Delete config.json

This commit is contained in:
memetrollsXD 2022-07-26 15:54:48 +02:00 committed by GitHub
parent b09515775b
commit 203a6b9fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +0,0 @@
{
"VERBOSE_LEVEL": 2,
"MONGO_URI": "mongodb://localhost:27017/crepesr",
"HTTP": {
"HTTP_HOST": "0.0.0.0",
"HTTP_PORT": 443
},
"DISPATCH": [
{
"DISPATCH_NAME": "CrepeSR",
"DISPATCH_URL": "http://localhost/query_gateway"
}
],
"GAMESERVER": {
"SERVER_IP": "127.0.0.1",
"SERVER_PORT": 22102,
"MAINTENANCE": true,
"MAINTENANCE_MSG": "Server is in maintenance mode."
}
}