remove settings from gitignore

This commit is contained in:
Shaquille Soekhlal 2021-02-15 11:46:49 +01:00
parent 23c1ff7140
commit 19c5b0830a
2 changed files with 16 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
# project specific # project specific
settings.json #settings.json
db.sqlite3 db.sqlite3
dummyusers.json dummyusers.json
*.prof *.prof

View File

@ -0,0 +1,15 @@
{
"CALIBRE_DIR": "/usr/src/app/calibredir",
"SECRET_KEY": "u(8^+rb%rz5hsx4v^^y(ul7g(4n7a8!db@s*9(m5cs*2_ppy8+",
"ALLOWED_HOSTS": [
"127.0.0.1"
],
"INTERNAL_IPS": [
"127.0.0.1"
],
"DEBUG" : true,
"LOGFOLDER" : "/usr/src/app/data/logs/",
"ISDOCKER" : true
}