calibre-web-companion/CalibreWebCompanion/settings.json.bak

15 lines
309 B
JSON
Raw Normal View History

{
2020-08-16 05:06:22 +00:00
"CALIBRE_DIR": "/usr/src/app/calibredir",
"SECRET_KEY": "u(8^+rb%rz5hsx4v^^y(ul7g(4n7a8!db@s*9(m5cs*2_ppy8+",
2020-08-16 05:06:22 +00:00
"ALLOWED_HOSTS": [
"127.0.0.1"
],
"INTERNAL_IPS": [
"127.0.0.1"
2020-08-02 14:21:43 +00:00
],
2020-08-16 05:06:22 +00:00
"DEBUG" : true,
"LOGFOLDER" : "/usr/src/app/data/logs/",
"ISDOCKER" : true
}