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

10 lines
227 B
JSON
Raw Normal View History

2020-07-16 16:08:08 +00:00
{
2020-07-16 16:12:47 +00:00
"CALIBRE_DIR": "PATH\\TO\\your\\calibre\library",
2020-07-16 16:08:08 +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"
]
}