diff --git a/.gitignore b/.gitignore index aed35f7..a69af05 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # project specific -settings.json +#settings.json db.sqlite3 dummyusers.json *.prof diff --git a/CalibreWebCompanion/settings.json b/CalibreWebCompanion/settings.json new file mode 100644 index 0000000..befb87d --- /dev/null +++ b/CalibreWebCompanion/settings.json @@ -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 + + +} \ No newline at end of file