39 lines
814 B
JSON
39 lines
814 B
JSON
{
|
|
"AppID": 1,
|
|
"LogLevel": "debug",
|
|
"LogPath": "./log",
|
|
"TCPAddr": ":3605",
|
|
"WSAddr": ":3566",
|
|
"MySqlAddr": "127.0.0.1",
|
|
"MySqlPort": "3306",
|
|
"MySqlUsr": "root",
|
|
"MySqlPwd": "IOagNEq3C84c-20CmHEin5iODVc=",
|
|
"MaxConnNum": 20000,
|
|
"DbName": "Merge_Pet_1",
|
|
"HttpPort": ":8081",
|
|
"AppPath": "./app",
|
|
"TELOGDIR" : "./teLog/",
|
|
|
|
"GameName": "Merge_Pet_Local",
|
|
|
|
"ServerType":"node",
|
|
|
|
"ServerID": 1,
|
|
"ServerOpenTime": "2018-01-01 00:00:00",
|
|
"ServerName": "Merge_Pet",
|
|
"ServerStatus" : 1,
|
|
"ServerCenter" : 1,
|
|
"GameConfPath": "D:/Github/pet_home_server/src/server/gamedata/config/",
|
|
|
|
"RedisAddr":"127.0.0.1",
|
|
"RedisPort" :"6379",
|
|
"RedisPwd" :"",
|
|
"GoogleVerify":false,
|
|
|
|
"RemoteAddr":"host.docker.internal:9001",
|
|
"Partition":3,
|
|
"KafkaHost":"kafka-server",
|
|
"KafkaPort":"9092",
|
|
"Version":"1.0.0"
|
|
}
|