mirror of
https://github.com/logos-co/logos-libp2p-module.git
synced 2026-08-31 09:51:12 +00:00
12 lines
243 B
JSON
12 lines
243 B
JSON
{
|
|
"addrs": ["/ip4/0.0.0.0/tcp/9000"],
|
|
"transport": "tcp",
|
|
"maxConnections": 50,
|
|
"maxInConnections": 25,
|
|
"maxOutConnections": 25,
|
|
"maxConnsPerPeer": 1,
|
|
"mountGossipsub": true,
|
|
"mountKad": true,
|
|
"mountServiceDiscovery": true
|
|
}
|