feat(database): use verify-ca instead of verify-full
This commit is contained in:
parent
4b50107eaa
commit
6e8c5673e2
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ gitea:
|
||||||
|
|
||||||
database:
|
database:
|
||||||
DB_TYPE: postgres
|
DB_TYPE: postgres
|
||||||
SSL_MODE: verify-full
|
SSL_MODE: verify-ca
|
||||||
|
|
||||||
server:
|
server:
|
||||||
DOMAIN: '{{{ .Env.DOMAIN_GITEA }}}'
|
DOMAIN: '{{{ .Env.DOMAIN_GITEA }}}'
|
||||||
|
|
Loading…
Reference in a new issue