mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 10:31:36 +01:00
Merge pull request #90 from CodeShakingSheep/replace-deprecated-mailer-config-option
Replace SKIP_VERIFY with FORCE_TRUST_SERVER_CERT in app.ini
This commit is contained in:
commit
22fd459bed
@ -38,7 +38,7 @@ ENABLED = true
|
||||
SMTP_ADDR = 127.0.0.1
|
||||
SMTP_PORT = 25
|
||||
FROM = "Gitea" <gitea-noreply@__DOMAIN__>
|
||||
SKIP_VERIFY = true
|
||||
FORCE_TRUST_SERVER_CERT = true
|
||||
|
||||
[service]
|
||||
REGISTER_EMAIL_CONFIRM = false
|
||||
|
Loading…
Reference in New Issue
Block a user