47 lines
1 KiB
JSON
47 lines
1 KiB
JSON
{
|
|
"PolkadotBootnode": {
|
|
"base_path": "/var/lib/polkadot-bootnode/data",
|
|
"bin_path": "/usr/local/bin/polkadot",
|
|
"config_path": "/etc/polkadot-bootnode",
|
|
"execution": "wasm",
|
|
"log_level": "info",
|
|
"log_targets": [
|
|
"sub-libp2p"
|
|
],
|
|
"name": "polkadot-bootnode",
|
|
"network": {
|
|
"chain": "polkadot",
|
|
"external_addresses": [],
|
|
"listen_addrs": [
|
|
"/ip4/0.0.0.0/tcp/30310",
|
|
"/ip4/0.0.0.0/tcp/30311/ws"
|
|
],
|
|
"max_peers": 50,
|
|
"ports": {
|
|
"p2p_port": 30310,
|
|
"ws_port": 30311,
|
|
"wss_port": 30312
|
|
}
|
|
},
|
|
"run_user": {
|
|
"group": "polkadot",
|
|
"name": "polkadot"
|
|
},
|
|
"state_cache_size": 67108864,
|
|
"telemetry": {
|
|
"enabled": true,
|
|
"url": "wss://telemetry.polkadot.io/submit/",
|
|
"verbosity": 0
|
|
},
|
|
"version": "latest",
|
|
"work_path": "/var/lib/polkadot-bootnode",
|
|
"wss": {
|
|
"enabled": false,
|
|
"proxy_type": "nginx",
|
|
"rate_limit": 1000,
|
|
"ssl": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
}
|
|
}
|