Add dummy user and pass

It seems perhaps it is required by gitea before it will enable email
This commit is contained in:
Reynir Björnsson 2022-01-24 09:39:03 +00:00
parent d73cc9e28f
commit 36534604c1
1 changed files with 2 additions and 0 deletions

View File

@ -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"