From 9842ceedfe544a6c5249cc5131e6ead2cdc92cc1 Mon Sep 17 00:00:00 2001 From: bohendo Date: Fri, 2 Oct 2020 17:09:57 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20ignore=20config.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + config.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0f9a65343..c85962d04 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.docker-compose.yml docker-compose.yml modules/*/package-lock.json +config.json # Cache **/.bot-store diff --git a/config.json b/config.json index ad523329a..721ce545e 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,4 @@ { - "adminToken": "unspanktheunbanked", "domainName": "", - "production": true + "production": false }