fix: disable SSL for gitea→pgbouncer connection (pgbouncer handles TLS to DO)
This commit is contained in:
@@ -13,7 +13,7 @@ gitea:
|
||||
START_SSH_SERVER: true
|
||||
database:
|
||||
DB_TYPE: postgres
|
||||
SSL_MODE: require
|
||||
SSL_MODE: disable
|
||||
session:
|
||||
PROVIDER: db
|
||||
cache:
|
||||
|
||||
Reference in New Issue
Block a user