mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-02 17:14:55 +02:00
update traefik_config example and remove quotes around smtp_port
This commit is contained in:
parent
5de6028136
commit
cb1ccbe945
2 changed files with 2 additions and 8 deletions
|
@ -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}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue