feat(database): enable postgres tls verification

This commit is contained in:
Christopher Hase 2025-06-17 09:32:45 +02:00
parent 6841bdf94d
commit bfad711a9a

View file

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