ecs/conf/admin_example.json

20 lines
417 B
JSON
Raw Permalink Normal View History

2025-07-16 10:05:22 +08:00
{
"name": "admin",
"appId": 1,
"logDir": "./logs",
"logLevel": "DEBUG",
"logConsole": true,
"exterServer": {
"network": "tcp",
"bind": ":55001",
"address": "http://127.0.0.1:55001",
"detectable": true
},
"sdConfig": {
"servers": [
"127.0.0.1:2181"
],
"timeout": 15000,
"rootPath": "/sk.org/server/ecs"
}
}