ecs/conf/gate_example.json
2025-07-16 10:05:22 +08:00

29 lines
653 B
JSON

{
"name": "gate",
"appId": 1,
"logDir": "./logs",
"logLevel": "DEBUG",
"logConsole": true,
"innerServer": {
"network": "tcp",
"bind": ":42001",
"address": "http://127.0.0.1:42001",
"detectable": true
},
"exterServer": {
"network": "tcp",
"bind": ":52001",
"address": "http://127.0.0.1:52001"
},
"mongoClient": {
"address": "mongodb://127.0.0.1:27017",
"database": "ezs_gate_dev_1"
},
"sdConfig": {
"servers": [
"127.0.0.1:2181"
],
"timeout": 15000,
"rootPath": "/sk.org/server/ecs"
}
}