| 1234567891011121314151617181920 |
- # dchat toml
- ## JSON-RPC settings
- [rpc]
- ## JSON-RPC listen URL
- rpc_listen = "tcp://127.0.0.1:54448"
- ## Disabled RPC methods
- #rpc_disabled_methods = ["p2p.get_info"]
- [net]
- # Set to true if testing on localhost
- localnet = true
- # Prefered transports for outbound connections
- active_profiles = ["tcp"]
- [net.profiles."tcp"]
- ## P2P accept addresses Required for inbound nodes.
- inbound=["tcp://127.0.0.1:44448"]
|