From 3e75f8b83e3b9e14a9267e3e801fa1deba25f33c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 13 Mar 2024 11:27:30 +0800 Subject: [PATCH] 1 --- bin/matchserver/config/config.json | 6 ++++++ bin/matchserver/config/master.cluster.json | 7 +++++++ bin/matchserver/config/matchserver.cluster.json | 7 +++++++ 3 files changed, 20 insertions(+) create mode 100644 bin/matchserver/config/config.json create mode 100644 bin/matchserver/config/master.cluster.json create mode 100644 bin/matchserver/config/matchserver.cluster.json 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 + } +]