- # dchat toml
- rpc_listen="tcp://127.0.0.1:54448"
- [net]
- ## P2P accept addresses Required for inbound nodes.
- inbound=["tcp://127.0.0.1:44448"]
- # Prefered transports for outbound connections
- allowed_transports = ["tcp"]
- # Set to true if testing on localhost
- localnet = true
|