mirror of
https://git.sob.moe/cplus/CrepePackages.git
synced 2023-09-22 11:55:00 +02:00
f3aecb7834
DMCA IF YOU'RE GAY
21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"VERBOSE_LEVEL": 1,
|
|
"MONGO_URI": "mongodb://0.0.0.0:27017/crepesr",
|
|
"HTTP": {
|
|
"HTTP_HOST": "0.0.0.0",
|
|
"HTTP_PORT": 443
|
|
},
|
|
"DISPATCH": [
|
|
{
|
|
"DISPATCH_NAME": "CrepePlus",
|
|
"DISPATCH_URL": "http://localhost/query_gateway"
|
|
}
|
|
],
|
|
"GAMESERVER": {
|
|
"SERVER_IP": "127.0.0.1",
|
|
"SERVER_PORT": 22102,
|
|
"MAINTENANCE": false,
|
|
"MAINTENANCE_MSG": "Server is in maintenance mode."
|
|
},
|
|
"AUTO_ACCOUNT": true
|
|
}
|