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