calibre-web-companion/CalibreWebCompanion/settings.json

15 lines
284 B
JSON
Raw Normal View History

2021-02-15 10:46:49 +00:00
{
2021-02-15 10:48:22 +00:00
"CALIBRE_DIR": "calibre",
2021-02-15 10:46:49 +00:00
"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,
2021-02-15 10:49:33 +00:00
"LOGFOLDER" : "/cwebcomp/logs",
2021-02-15 10:46:49 +00:00
"ISDOCKER" : true
}