mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
94ede7389d
17 changed files with 486 additions and 195 deletions
3
src/paperless/settings.py
Normal file → Executable file
3
src/paperless/settings.py
Normal file → Executable file
|
|
@ -149,8 +149,9 @@ if os.getenv("PAPERLESS_DBENGINE"):
|
|||
"ENGINE": os.getenv("PAPERLESS_DBENGINE"),
|
||||
"NAME": os.getenv("PAPERLESS_DBNAME", "paperless"),
|
||||
"USER": os.getenv("PAPERLESS_DBUSER"),
|
||||
"PASSWORD": os.getenv("PAPERLESS_DBPASS")
|
||||
}
|
||||
if os.getenv("PAPERLESS_DBPASS"):
|
||||
DATABASES["default"]["PASSWORD"] = os.getenv("PAPERLESS_DBPASS")
|
||||
|
||||
|
||||
# Password validation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue