1
This commit is contained in:
parent
9e97f7acff
commit
5fc147f3b9
0
bin/marketserver/bin/.gitkeep
Normal file
0
bin/marketserver/bin/.gitkeep
Normal file
3
bin/marketserver/config/config.json
Normal file
3
bin/marketserver/config/config.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"gameapi_url": "https://game2006api-test.kingsome.cn"
|
||||||
|
}
|
6
bin/marketserver/config/marketserver.cluster.json
Normal file
6
bin/marketserver/config/marketserver.cluster.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"instance_id": 1,
|
||||||
|
"http_listen_port": 9993
|
||||||
|
}
|
||||||
|
]
|
7
bin/marketserver/config/nftdb.mysql.json
Normal file
7
bin/marketserver/config/nftdb.mysql.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"host": "login-test.kingsome.cn",
|
||||||
|
"port": 3306,
|
||||||
|
"user": "root",
|
||||||
|
"passwd": "keji178",
|
||||||
|
"database": "bcnft_dev"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user