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 +}