1
This commit is contained in:
parent
9e3fa61a11
commit
594a3e3650
3
bin/mailserver/config/config.json
Normal file
3
bin/mailserver/config/config.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"gameapi_url": "https://game2006api-test.kingsome.cn"
|
||||||
|
}
|
7
bin/mailserver/config/maildb.mysql.json
Normal file
7
bin/mailserver/config/maildb.mysql.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"host": "login-test.kingsome.cn",
|
||||||
|
"port": 3306,
|
||||||
|
"user": "root",
|
||||||
|
"passwd": "keji178",
|
||||||
|
"database": "maildb_dev_1"
|
||||||
|
}
|
7
bin/mailserver/config/mailserver.cluster.json
Normal file
7
bin/mailserver/config/mailserver.cluster.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"instance_id": 1,
|
||||||
|
"listen_port": 8890,
|
||||||
|
"http_listen_port": 9991
|
||||||
|
}
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user