This commit is contained in:
aozhiwei 2023-09-15 13:17:59 +08:00
parent 4ce967fb90
commit 9ec658df70
5 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"gameapi_url": "https://game2006api-test.kingsome.cn",
"auto_start_time": 3600,
"game_start_notify_time": 20
}

View File

@ -0,0 +1,7 @@
{
"host": "login-test.kingsome.cn",
"port": 3306,
"user": "root",
"passwd": "keji178",
"database": "frienddb_dev_1"
}

View File

@ -0,0 +1,7 @@
{
"host": "login-test.kingsome.cn",
"port": 3306,
"user": "root",
"passwd": "keji178",
"database": "gamedb2006_dev_1"
}

View File

@ -0,0 +1,7 @@
[
{
"instance_id": 1,
"listen_port": 8888,
"http_listen_port": 8889
}
]

View File

@ -0,0 +1,7 @@
[
{
"instance_id": 1,
"ip": "192.168.100.45",
"listen_port": 7821
}
]