forked from data.coop/ansible
Add dummy user and pass
It seems perhaps it is required by gitea before it will enable email
This commit is contained in:
parent
d73cc9e28f
commit
36534604c1
|
@ -26,4 +26,6 @@
|
|||
GITEA__mailer__FROM: "noreply@{{ gitea.domain }}"
|
||||
GITEA__mailer__MAILER_TYPE: "smtp"
|
||||
GITEA__mailer__HOST: "{{ smtp_host }}:{{ smtp_port }}"
|
||||
GITEA__mailer__USER: "noop"
|
||||
GITEA__mailer__PASSWD: "noop"
|
||||
GITEA__security__LOGIN_REMEMBER_DAYS: "60"
|
||||
|
|
Loading…
Reference in a new issue