fix: gate node p2p behind explicit config

This commit is contained in:
lpf
2026-03-08 22:38:00 +08:00
parent 2aa7db9619
commit ad2e732f56
6 changed files with 97 additions and 5 deletions

View File

@@ -275,7 +275,13 @@
"gateway": {
"host": "0.0.0.0",
"port": 18790,
"token": ""
"token": "",
"nodes": {
"p2p": {
"enabled": false,
"transport": "websocket_tunnel"
}
}
},
"cron": {
"min_sleep_sec": 1,