feat(database): enable postgres tls verification
This commit is contained in:
parent
6841bdf94d
commit
bfad711a9a
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ gitea:
|
||||||
|
|
||||||
database:
|
database:
|
||||||
DB_TYPE: postgres
|
DB_TYPE: postgres
|
||||||
|
SSL_MODE: verify-full
|
||||||
|
|
||||||
server:
|
server:
|
||||||
DOMAIN: '{{{ .Env.DOMAIN_GITEA }}}'
|
DOMAIN: '{{{ .Env.DOMAIN_GITEA }}}'
|
||||||
|
|
Loading…
Reference in a new issue