fix: Exclude DB_PROVIDER from logging (#2625)

Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
boc-the-git 2023-10-14 03:34:38 +11:00 committed by GitHub
parent 2ad7cb0ea4
commit 5bc78f81ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,8 +108,7 @@ async def system_startup():
"SFTP_PASSWORD",
"SFTP_USERNAME",
"DB_URL", # replace by DB_URL_PUBLIC for logs
"POSTGRES_USER",
"POSTGRES_PASSWORD",
"DB_PROVIDER",
"SMTP_USER",
"SMTP_PASSWORD",
},