mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-27 19:34:19 +08:00
fix: gate node p2p behind explicit config
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user