Update charset and mailing
This commit is contained in:
parent
e03db02b71
commit
d8f2a361ae
@ -10,7 +10,7 @@ USER = {{ gitea_db.user }}
|
|||||||
PASSWD = `{{ gitea_db.pass }}`
|
PASSWD = `{{ gitea_db.pass }}`
|
||||||
SCHEMA =
|
SCHEMA =
|
||||||
SSL_MODE = disable
|
SSL_MODE = disable
|
||||||
CHARSET = utf8
|
CHARSET = utf8mb4
|
||||||
PATH = {{ gitea_data_location }}/data/gitea.db
|
PATH = {{ gitea_data_location }}/data/gitea.db
|
||||||
LOG_SQL = false
|
LOG_SQL = false
|
||||||
|
|
||||||
@ -37,7 +37,8 @@ PATH = {{ gitea_data_location }}/data/lfs
|
|||||||
ENABLED = {{ gitea_mail }}
|
ENABLED = {{ gitea_mail }}
|
||||||
FROM = {{ gitea_mail_from }}
|
FROM = {{ gitea_mail_from }}
|
||||||
PROTOCOL = {{ gitea_mail_type }}
|
PROTOCOL = {{ gitea_mail_type }}
|
||||||
SMTP_ADDR = {{ gitea_mail_domain }}:{{ gitea_mail_port }}
|
SMTP_ADDR = {{ gitea_mail_domain }}
|
||||||
|
SMTP_PORT = {{ gitea_mail_port }}
|
||||||
USER = {{ gitea_mail_user }}
|
USER = {{ gitea_mail_user }}
|
||||||
PASSWD = `{{ gitea_mail_pass }}`
|
PASSWD = `{{ gitea_mail_pass }}`
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user