Skip to content

Commit

Permalink
docs(chore): Fix extra bracket in email sanitization allowed attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Jan 4, 2025
1 parent 5c00ef1 commit 35323aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ TRACECAT__ALLOW_ORIGINS=http://localhost:3000,${PUBLIC_APP_URL}
TRACECAT__DB_SSLMODE=disable
# Email Sanitization
# Key-value pairs of allowed attributes to add to the email body
# e.g. {"*": {"style"}}) # It allow all tags to have a style attribute
# e.g. {"*": {"style"}} # This allows all tags to have a style attribute
TRACECAT__ALLOWED_EMAIL_ATTRIBUTES=

# --- Postgres ---
Expand Down

0 comments on commit 35323aa

Please sign in to comment.