update traefik_config example and remove quotes around smtp_port

This commit is contained in:
Milo Schwartz 2025-01-30 17:15:07 -05:00
parent 5de6028136
commit cb1ccbe945
No known key found for this signature in database
2 changed files with 2 additions and 8 deletions

View file

@ -40,7 +40,7 @@ rate_limits:
{{if .EnableEmail}}
email:
smtp_host: "{{.EmailSMTPHost}}"
smtp_port: "{{.EmailSMTPPort}}"
smtp_port: {{.EmailSMTPPort}}
smtp_user: "{{.EmailSMTPUser}}"
smtp_pass: "{{.EmailSMTPPass}}"
no_reply: "{{.EmailNoReply}}"