From 203a6b9fa27d54af2b89e239a4ca61abf5b594d9 Mon Sep 17 00:00:00 2001 From: memetrollsXD Date: Tue, 26 Jul 2022 15:54:48 +0200 Subject: [PATCH] Delete config.json --- config.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 config.json 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