| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- ## JSON-RPC listen URL
- #rpc_listen="tcp://127.0.0.1:12055"
- ## Sets Datastore Path
- #datastore="~/.config/darkfi/tau"
- ## Current display name
- #nickname="NICKNAME"
- ## Raft net settings
- [net]
- ## P2P accept address
- #inbound="tcp://127.0.0.1:12002"
- ## Connection slots
- outbound_connections=5
- ## P2P external address
- #external_addr="tls://127.0.0.1:12002"
- ## Peers to connect to
- #peers=["tls://127.0.0.1:12003"]
- ## Seed nodes to connect to
- seeds=["tls://tau0.dark.fi:12001", "tls://tau1.dark.fi:12001"]
- ## 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
- ## Per-workspace settings
- [workspace."darkfi"]
- ## Create with `taud --key-gen`
- secret = "7CkVuFgwTUpJn5Sv67Q3fyEDpa28yrSeL5Hg2GqQ4jfM"
- [workspace."general"]
- ## Create with `taud --key-gen`
- secret = "6ZkvojUcSRML7wSGc3AMmM5meyyEXLoykT23cyUUB6GM"
|