From 12b93544f92ad09ec167306b6d1b6d53aa967209 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Thu, 22 Jun 2023 09:24:18 +0000 Subject: [PATCH] Remove `config.json` --- .gitignore | 1 + config.json | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 config.json diff --git a/.gitignore b/.gitignore index 1c223fa..370e58e 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,4 @@ debug /static/admin/ /static/fontawesomefree/ +config.json diff --git a/config.json b/config.json deleted file mode 100644 index d834f37..0000000 --- a/config.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "DEBUG": false, - "SECRET_KEY": "", - "ALLOWED_HOSTS": [""], - "DATABASE": { - "ENGINE": "", - "NAME": "", - "USER": "", - "PASSWORD": "", - "HOST": "", - "PORT": "" - } -}