diff --git a/bin/matchserver/config/config.json b/bin/matchserver/config/config.json new file mode 100644 index 00000000..5c99a525 --- /dev/null +++ b/bin/matchserver/config/config.json @@ -0,0 +1,6 @@ +{ + "gameapi_url": "https://game2006api-test.kingsome.cn", + "auto_start_time": 3600, + "game_start_notify_time": 20, + "delay_delete_time": 60 +} diff --git a/bin/matchserver/config/master.cluster.json b/bin/matchserver/config/master.cluster.json new file mode 100644 index 00000000..ada66cf0 --- /dev/null +++ b/bin/matchserver/config/master.cluster.json @@ -0,0 +1,7 @@ +[ + { + "instance_id": 1, + "ip": "127.0.0.1", + "listen_port": 7627 + } +] diff --git a/bin/matchserver/config/matchserver.cluster.json b/bin/matchserver/config/matchserver.cluster.json new file mode 100644 index 00000000..9f82de0c --- /dev/null +++ b/bin/matchserver/config/matchserver.cluster.json @@ -0,0 +1,7 @@ +[ + { + "instance_id": 1, + "listen_port": 8707, + "http_listen_port": 8607 + } +]