Remove config.json

This commit is contained in:
Kristofers Solo 2023-06-22 09:24:18 +00:00
parent b876b0857d
commit 12b93544f9
2 changed files with 1 additions and 13 deletions

1
.gitignore vendored
View File

@ -134,3 +134,4 @@ debug
/static/admin/
/static/fontawesomefree/
config.json

View File

@ -1,13 +0,0 @@
{
"DEBUG": false,
"SECRET_KEY": "",
"ALLOWED_HOSTS": [""],
"DATABASE": {
"ENGINE": "",
"NAME": "",
"USER": "",
"PASSWORD": "",
"HOST": "",
"PORT": ""
}
}