1
This commit is contained in:
parent
f6f26e249f
commit
3e75f8b83e
6
bin/matchserver/config/config.json
Normal file
6
bin/matchserver/config/config.json
Normal 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
|
||||||
|
}
|
7
bin/matchserver/config/master.cluster.json
Normal file
7
bin/matchserver/config/master.cluster.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"instance_id": 1,
|
||||||
|
"ip": "127.0.0.1",
|
||||||
|
"listen_port": 7627
|
||||||
|
}
|
||||||
|
]
|
7
bin/matchserver/config/matchserver.cluster.json
Normal file
7
bin/matchserver/config/matchserver.cluster.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"instance_id": 1,
|
||||||
|
"listen_port": 8707,
|
||||||
|
"http_listen_port": 8607
|
||||||
|
}
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user