mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix: Exclude DB_PROVIDER from logging (#2625)
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
parent
2ad7cb0ea4
commit
5bc78f81ea
@ -108,8 +108,7 @@ async def system_startup():
|
|||||||
"SFTP_PASSWORD",
|
"SFTP_PASSWORD",
|
||||||
"SFTP_USERNAME",
|
"SFTP_USERNAME",
|
||||||
"DB_URL", # replace by DB_URL_PUBLIC for logs
|
"DB_URL", # replace by DB_URL_PUBLIC for logs
|
||||||
"POSTGRES_USER",
|
"DB_PROVIDER",
|
||||||
"POSTGRES_PASSWORD",
|
|
||||||
"SMTP_USER",
|
"SMTP_USER",
|
||||||
"SMTP_PASSWORD",
|
"SMTP_PASSWORD",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user