changed db path
This commit is contained in:
		@@ -190,7 +190,7 @@ WSGI_APPLICATION = 'CalibreWebCompanion.wsgi.application'
 | 
			
		||||
# https://docs.djangoproject.com/en/3.0/ref/settings/#databases
 | 
			
		||||
 | 
			
		||||
if usersettings["ISDOCKER"]:
 | 
			
		||||
    defaultdb_path = "/usr/src/app/data/"
 | 
			
		||||
    defaultdb_path = "calibre"
 | 
			
		||||
else:
 | 
			
		||||
    defaultdb_path = BASE_DIR
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user