Compare commits
No commits in common. "7375ffe8300f7793203673dac383bf63de1ad184" and "f7093e5e58d9ba0317c7b593ff0e722e99b6b781" have entirely different histories.
7375ffe830
...
f7093e5e58
@ -190,7 +190,7 @@ WSGI_APPLICATION = 'CalibreWebCompanion.wsgi.application'
|
|||||||
# https://docs.djangoproject.com/en/3.0/ref/settings/#databases
|
# https://docs.djangoproject.com/en/3.0/ref/settings/#databases
|
||||||
|
|
||||||
if usersettings["ISDOCKER"]:
|
if usersettings["ISDOCKER"]:
|
||||||
defaultdb_path = "calibre"
|
defaultdb_path = "/usr/src/app/data/"
|
||||||
else:
|
else:
|
||||||
defaultdb_path = BASE_DIR
|
defaultdb_path = BASE_DIR
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"127.0.0.1"
|
"127.0.0.1"
|
||||||
],
|
],
|
||||||
"DEBUG" : true,
|
"DEBUG" : true,
|
||||||
"LOGFOLDER" : "/cwebcomp/logs",
|
"LOGFOLDER" : "/usr/src/app/data/logs/",
|
||||||
"ISDOCKER" : true
|
"ISDOCKER" : true
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user