mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-06-03 05:35:02 -04:00
fix: Exclude additional sensitive information from mealie logs (#4218)
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
parent
abc1174877
commit
c774f626ee
@ -63,6 +63,8 @@ async def lifespan_fn(_: FastAPI) -> AsyncGenerator[None, None]:
|
|||||||
settings.model_dump_json(
|
settings.model_dump_json(
|
||||||
indent=4,
|
indent=4,
|
||||||
exclude={
|
exclude={
|
||||||
|
"LDAP_QUERY_PASSWORD",
|
||||||
|
"OPENAI_API_KEY",
|
||||||
"SECRET",
|
"SECRET",
|
||||||
"SFTP_PASSWORD",
|
"SFTP_PASSWORD",
|
||||||
"SFTP_USERNAME",
|
"SFTP_USERNAME",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user