This commit is contained in:
aozhiwei 2024-03-13 11:27:30 +08:00
parent f6f26e249f
commit 3e75f8b83e
3 changed files with 20 additions and 0 deletions

View File

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

View File

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

View File

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