Disable forgejo mailer functionality, as long as mailserver role isn't ready
This commit is contained in:
parent
d7deda69a2
commit
b453e559c9
1 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue