seed.toml 274 B

12345678910111213
  1. # dchat toml
  2. rpc_listen="tcp://127.0.0.1:54448"
  3. [net]
  4. ## P2P accept addresses Required for inbound nodes.
  5. inbound=["tcp://127.0.0.1:44448"]
  6. # Prefered transports for outbound connections
  7. allowed_transports = ["tcp"]
  8. # Set to true if testing on localhost
  9. localnet = true