Skip to content

Commit

Permalink
Add additional values to exclude from logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat2014 committed Sep 16, 2024
1 parent 8778559 commit 4736e66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mealie/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ async def lifespan_fn(_: FastAPI) -> AsyncGenerator[None, None]:
settings.model_dump_json(
indent=4,
exclude={
"LDAP_QUERY_PASSWORD",
"OIDC_CLIENT_ID",
"OPENAI_API_KEY",
"SECRET",
"SFTP_PASSWORD",
"SFTP_USERNAME",
Expand Down

0 comments on commit 4736e66

Please sign in to comment.