forked from data.coop/ansible
Gitea mail typo: smpt_port -> smtp_host
This commit is contained in:
parent
554024f2b2
commit
d73cc9e28f
|
@ -25,5 +25,5 @@
|
||||||
GITEA__mailer__ENABLED: "true"
|
GITEA__mailer__ENABLED: "true"
|
||||||
GITEA__mailer__FROM: "noreply@{{ gitea.domain }}"
|
GITEA__mailer__FROM: "noreply@{{ gitea.domain }}"
|
||||||
GITEA__mailer__MAILER_TYPE: "smtp"
|
GITEA__mailer__MAILER_TYPE: "smtp"
|
||||||
GITEA__mailer__HOST: "{{ smtp_port }}:{{ smtp_port }}"
|
GITEA__mailer__HOST: "{{ smtp_host }}:{{ smtp_port }}"
|
||||||
GITEA__security__LOGIN_REMEMBER_DAYS: "60"
|
GITEA__security__LOGIN_REMEMBER_DAYS: "60"
|
||||||
|
|
Loading…
Reference in a new issue