46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "game",
|
|
"appId": 1,
|
|
"logDir": "./logs",
|
|
"logLevel": "DEBUG",
|
|
"logConsole": true,
|
|
"serverConfig": {
|
|
"dataDir": "./data"
|
|
},
|
|
"innerServer": {
|
|
"network": "tcp",
|
|
"bind": ":8101",
|
|
"address": "http://127.0.0.1:8101",
|
|
"detectable": true
|
|
},
|
|
"exterServer": {
|
|
"network": "tcp",
|
|
"bind": ":9101",
|
|
"address": "ws://192.168.2.144:9101/game",
|
|
"extra": {
|
|
"platform": 0,
|
|
"channel": 0,
|
|
"area": "测试",
|
|
"name": "测试1服"
|
|
}
|
|
},
|
|
"mongoClient": {
|
|
"address": "mongodb://127.0.0.1:27017",
|
|
"database": "ecs_game_dev_1"
|
|
},
|
|
"registerClient": {
|
|
"servers": [
|
|
"127.0.0.1:2181"
|
|
],
|
|
"timeout": 15000,
|
|
"rootPath": "/sk.org/server/ecs"
|
|
},
|
|
"httpRpcClient": {},
|
|
"subscribeClient": {
|
|
"servers": [
|
|
"127.0.0.1:2181"
|
|
],
|
|
"timeout": 15000,
|
|
"rootPath": "/sk.org/server/ecs"
|
|
}
|
|
} |