node1.toml 514 B

123456789101112131415161718
  1. ## generic node configuration file
  2. ##
  3. ## Please make sure you go through all the settings so you can configure
  4. ## your daemon properly.
  5. ##
  6. ## The default values are left commented. They can be overridden either by
  7. ## uncommenting, or by using the command-line.
  8. ## P2P network settings
  9. [net]
  10. # P2P accept addresses the instance listens on for inbound connections
  11. inbound = ["tcp+tls://0.0.0.0:38968"]
  12. # Peer nodes to manually connect to
  13. peers = ["tcp+tls://0.0.0.0:38967"]
  14. # Allow localnet hosts
  15. localnet = true