mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Remove debug stuff
This commit is contained in:
parent
d1c469f7f4
commit
fc00416e32
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ DATABASES = {
|
||||||
"NAME": os.path.join(os.getenv("PAPERLESS_DBLOCATION",os.path.join(BASE_DIR, "..", "data")), "db.sqlite3")
|
"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"):
|
if os.getenv("PAPERLESS_DBUSER") and os.getenv("PAPERLESS_DBPASS"):
|
||||||
DATABASES["default"] = {
|
DATABASES["default"] = {
|
||||||
"ENGINE": "django.db.backends.postgresql_psycopg2",
|
"ENGINE": "django.db.backends.postgresql_psycopg2",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue