feat(database): use verify-ca instead of verify-full

This commit is contained in:
Christopher Hase 2025-06-17 14:58:10 +02:00
parent 4b50107eaa
commit 6e8c5673e2

View file

@ -129,7 +129,7 @@ gitea:
database:
DB_TYPE: postgres
SSL_MODE: verify-full
SSL_MODE: verify-ca
server:
DOMAIN: '{{{ .Env.DOMAIN_GITEA }}}'