diff --git a/roles/forgejo/templates/app.ini.j2 b/roles/forgejo/templates/app.ini.j2 index 6291052..1bfb2e1 100644 --- a/roles/forgejo/templates/app.ini.j2 +++ b/roles/forgejo/templates/app.ini.j2 @@ -41,12 +41,14 @@ OFFLINE_MODE = false LANDING_PAGE = explore [mailer] -ENABLED = true -SMTP_ADDR = {{ mail_addr }} -SMTP_PORT = {{ mail_port }} -FROM = {{ forgejo_mail_user }}@{{ mail_domain }} -USER = git -PASSWD = {{ forgejo_mail_pass }} +ENABLED = false +;;TODO: When my mailserver is ready, enable this +;PROTOCOL = +;SMTP_ADDR = +;SMTP_PORT = +;FROM = +;USER = +;PASSWD = [service] REGISTER_EMAIL_CONFIRM = false