changed instructions
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
{
|
||||
"CALIBRE_DIR": "PATH\\TO\\your\\calibre\library",
|
||||
"CALIBRE_DIR": "/usr/src/app/calibredir",
|
||||
"SECRET_KEY": "u(8^+rb%rz5hsx4v^^y(ul7g(4n7a8!db@s*9(m5cs*2_ppy8+",
|
||||
"ALLOWED_HOSTS": [
|
||||
"ALLOWED_HOSTS": [
|
||||
"127.0.0.1"
|
||||
],
|
||||
"INTERNAL_IPS": [
|
||||
"127.0.0.1"
|
||||
],
|
||||
"DEBUG" : false,
|
||||
"LOGFILE" : "/home/massiveatoms/Desktop/logs/django.log"
|
||||
"DEBUG" : true,
|
||||
"LOGFOLDER" : "/usr/src/app/data/logs/",
|
||||
"ISDOCKER" : true
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user