This commit is contained in:
aozhiwei 2024-08-10 19:59:58 +08:00
parent 42af9ec553
commit 4c95ca95a0
3 changed files with 14 additions and 0 deletions

0
bin/apigate/bin/.gitkeep Normal file
View File

View File

@ -0,0 +1,7 @@
[
{
"instance_id": 1,
"listen_port": 3021,
"http_listen_port": 3020
}
]

View File

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