mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
41 lines
875 B
TOML
41 lines
875 B
TOML
## JSON-RPC listen URL
|
|
#rpc_listen="tcp://127.0.0.1:23330"
|
|
|
|
## Sets Datastore Path
|
|
#datastore="~/.tau"
|
|
|
|
## Current display name
|
|
#nickname="NICKNAME"
|
|
|
|
## Workspaces
|
|
# workspaces = ["darkfi:86MGNN31r3VxT4ULMmhQnMtV8pDnod339KwHwHCfabG2"]
|
|
|
|
## Raft net settings
|
|
[net]
|
|
## P2P accept addresses
|
|
#inbound = ["tcp://127.0.0.1:23331"]
|
|
|
|
## Connection slots
|
|
outbound_connections=8
|
|
|
|
## P2P external addresses
|
|
#external_addr = ["tls://127.0.0.1:23331"]
|
|
|
|
## Peers to connect to
|
|
#peers = ["tls://127.0.0.1:23331"]
|
|
|
|
## Seed nodes to connect to
|
|
seeds=["tls://lilith0.dark.fi:23331", "tls://lilith1.dark.fi:23331"]
|
|
|
|
# Prefered transports for outbound connections
|
|
#transports = ["tls", "tcp"]
|
|
|
|
## these are the default configuration for the p2p network
|
|
#manual_attempt_limit=0
|
|
#seed_query_timeout_seconds=8
|
|
#connect_timeout_seconds=10
|
|
#channel_handshake_seconds=4
|
|
#channel_heartbeat_seconds=10
|
|
|
|
|