diff --git a/config.json b/config.json deleted file mode 100644 index dd5be59..0000000 --- a/config.json +++ /dev/null @@ -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." - } -} \ No newline at end of file