From d9bb432f7dec92f7fba63a5786ea21e6fbcca750 Mon Sep 17 00:00:00 2001 From: Enstrayed <48845980+Enstrayed@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:56:15 -0800 Subject: [PATCH] delete config.json cause dont wanna leak keys --- config.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index 105720e..0000000 --- a/config.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "redisServer": "hazeldale", - "redisPort": 6379, - - "routesDirectory": "./routes", - - "apiPort": 8081, - - "cider": { - "targetHost": "localhost", - "targetPort": 10769, - - "authKeyInDb": "apiAuthKeys.cider" - }, - - "azure": { - "connectionString": "", - "senderAddress": "" - } - -} \ No newline at end of file