| 12345678910111213141516171819 |
- # Node B
- rpc_listen = "tcp://127.0.0.1:25551"
- irc_listen = "tcp://127.0.0.1:25571"
- [net]
- outbound_connections = 0
- inbound = ["tls://127.0.0.1:25561"]
- external_addr = ["tls://127.0.0.1:25561"]
- seeds = []
- peers = ["tls://127.0.0.1:25560"]
- localnet = true
- channel_log = true
- [channel."#encrypted"]
- topic ="Encrypted channel"
- secret = "7CkVuFgwTUpJn5Sv67Q3fyEDpa28yrSeL5Hg2GqQ4jfM"
- [channel."#plain"]
- topic = "Plain unencrypted channel"
|