[fix] role:gitea
This commit is contained in:
parent
5fad225925
commit
ce5ab8e38a
|
|
@ -110,7 +110,7 @@ SMTP_PORT = {{var_gitea_smtp_port | string}}
|
||||||
FROM = {{var_gitea_email_sending_sender}}
|
FROM = {{var_gitea_email_sending_sender}}
|
||||||
USER = {{var_gitea_smtp_username}}
|
USER = {{var_gitea_smtp_username}}
|
||||||
PASSWD = {{var_gitea_smtp_password}}
|
PASSWD = {{var_gitea_smtp_password}}
|
||||||
{% if email_sending_html %}
|
{% if var_gitea_email_sending_html %}
|
||||||
SEND_AS_PLAIN_TEXT = false
|
SEND_AS_PLAIN_TEXT = false
|
||||||
{% else %}
|
{% else %}
|
||||||
SEND_AS_PLAIN_TEXT = true
|
SEND_AS_PLAIN_TEXT = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue