1
This commit is contained in:
parent
b6cb6bc7f0
commit
efbecc20fc
0
bin/mqproxy/bin/.gitkeep
Normal file
0
bin/mqproxy/bin/.gitkeep
Normal file
9
bin/mqproxy/config/confdb.mysql.json
Normal file
9
bin/mqproxy/config/confdb.mysql.json
Normal 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
|
||||
}
|
7
bin/mqproxy/config/config.json
Normal file
7
bin/mqproxy/config/config.json
Normal 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
|
||||
}
|
7
bin/mqproxy/config/mqproxy.cluster.json
Normal file
7
bin/mqproxy/config/mqproxy.cluster.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"instance_id": 1,
|
||||
"listen_port": 3011,
|
||||
"http_listen_port": 3010
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user