This commit is contained in:
aozhiwei 2024-09-05 10:38:22 +08:00
parent b6cb6bc7f0
commit efbecc20fc
4 changed files with 23 additions and 0 deletions

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

View File

@ -0,0 +1,9 @@
{
"host": "mysql-test.kingsome.cn",
"port": 3306,
"user": "root",
"passwd": "keji178",
"database": "confdb_dev_1",
"max_open_conns": 1,
"max_idle_conns": 1
}

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
}

View File

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