From 23c1ff7140006246715fe37355720457f57d3d83 Mon Sep 17 00:00:00 2001 From: Shaquille Soekhlal Date: Mon, 15 Feb 2021 11:43:39 +0100 Subject: [PATCH] no more .bak settings --- CalibreWebCompanion/settings.json.bak | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 CalibreWebCompanion/settings.json.bak diff --git a/CalibreWebCompanion/settings.json.bak b/CalibreWebCompanion/settings.json.bak deleted file mode 100644 index befb87d..0000000 --- a/CalibreWebCompanion/settings.json.bak +++ /dev/null @@ -1,15 +0,0 @@ -{ - "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