mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Remove debug stuff
This commit is contained in:
		@@ -98,7 +98,7 @@ DATABASES = {
 | 
			
		||||
        "NAME": os.path.join(os.getenv("PAPERLESS_DBLOCATION",os.path.join(BASE_DIR, "..", "data")), "db.sqlite3")
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
print(DATABASES)
 | 
			
		||||
 | 
			
		||||
if os.getenv("PAPERLESS_DBUSER") and os.getenv("PAPERLESS_DBPASS"):
 | 
			
		||||
    DATABASES["default"] = {
 | 
			
		||||
        "ENGINE": "django.db.backends.postgresql_psycopg2",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user