mirror of
https://github.com/ApfelTeeSaft/LawinServerV2.git
synced 2026-08-26 19:23:39 +00:00
15 lines
405 B
JSON
15 lines
405 B
JSON
{
|
|
"moderators": ["discordId"],
|
|
"discord": {
|
|
"bot_token": ""
|
|
},
|
|
"mongodb": {
|
|
"database": "mongodb://127.0.0.1/lawindb"
|
|
},
|
|
"chat": {
|
|
"//": "Disabling global chat can help the server to perform faster as less resources are used.",
|
|
"EnableGlobalChat": false
|
|
},
|
|
"matchmakerIP": "127.0.0.1:80",
|
|
"gameServerIP": "127.0.0.1:7777"
|
|
} |