Replace SKIP_VERIFY with FORCE_TRUST_SERVER_CERT in app.ini

This commit is contained in:
CodeShakingSheep 2023-11-24 18:33:18 +01:00 committed by GitHub
parent d4f9245d2b
commit 3fa0b276cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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