From 4c95ca95a0ca94b3fd7c9a81f9cc777b98a77f85 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 10 Aug 2024 19:59:58 +0800 Subject: [PATCH] 1 --- bin/apigate/bin/.gitkeep | 0 bin/apigate/config/apigate.cluster.json | 7 +++++++ bin/apigate/config/config.json | 7 +++++++ 3 files changed, 14 insertions(+) create mode 100644 bin/apigate/bin/.gitkeep create mode 100644 bin/apigate/config/apigate.cluster.json create mode 100644 bin/apigate/config/config.json diff --git a/bin/apigate/bin/.gitkeep b/bin/apigate/bin/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/bin/apigate/config/apigate.cluster.json b/bin/apigate/config/apigate.cluster.json new file mode 100644 index 00000000..a43d45a3 --- /dev/null +++ b/bin/apigate/config/apigate.cluster.json @@ -0,0 +1,7 @@ +[ + { + "instance_id": 1, + "listen_port": 3021, + "http_listen_port": 3020 + } +] diff --git a/bin/apigate/config/config.json b/bin/apigate/config/config.json new file mode 100644 index 00000000..409fa2b7 --- /dev/null +++ b/bin/apigate/config/config.json @@ -0,0 +1,7 @@ +{ + "gamesapi_url": "https://game2006sapi-test.kingsome.cn", + "redirect_url": "https://game2006api-test.kingsome.cn", + "redirect_secret_key": "~kCu8jYS)rJ5Ay_pZS_rT#&jOl)Qo0m)", + "max_concurrent_num": 10, + "request_over_time": 30 +}