20 lines
417 B
JSON
20 lines
417 B
JSON
![]() |
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|