1
This commit is contained in:
parent
4ce967fb90
commit
9ec658df70
5
bin/hallserver/config/config.json
Normal file
5
bin/hallserver/config/config.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"gameapi_url": "https://game2006api-test.kingsome.cn",
|
||||
"auto_start_time": 3600,
|
||||
"game_start_notify_time": 20
|
||||
}
|
7
bin/hallserver/config/frienddb.mysql.json
Normal file
7
bin/hallserver/config/frienddb.mysql.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"host": "login-test.kingsome.cn",
|
||||
"port": 3306,
|
||||
"user": "root",
|
||||
"passwd": "keji178",
|
||||
"database": "frienddb_dev_1"
|
||||
}
|
7
bin/hallserver/config/gamedb.mysql.json
Normal file
7
bin/hallserver/config/gamedb.mysql.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"host": "login-test.kingsome.cn",
|
||||
"port": 3306,
|
||||
"user": "root",
|
||||
"passwd": "keji178",
|
||||
"database": "gamedb2006_dev_1"
|
||||
}
|
7
bin/hallserver/config/hallserver.cluster.json
Normal file
7
bin/hallserver/config/hallserver.cluster.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"instance_id": 1,
|
||||
"listen_port": 8888,
|
||||
"http_listen_port": 8889
|
||||
}
|
||||
]
|
7
bin/hallserver/config/master.cluster.json
Normal file
7
bin/hallserver/config/master.cluster.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"instance_id": 1,
|
||||
"ip": "192.168.100.45",
|
||||
"listen_port": 7821
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user