Add stordb pgSSLCertMode option

This commit is contained in:
ionutboangiu
2024-08-09 20:15:35 +03:00
committed by Dan Christian Bogos
parent 9a79b092a5
commit 73fc386036
11 changed files with 51 additions and 21 deletions

View File

@@ -2116,6 +2116,7 @@ const (
PgSSLCertCfg = "pgSSLCert"
PgSSLKeyCfg = "pgSSLKey"
PgSSLPasswordCfg = "pgSSLPassword"
PgSSLCertModeCfg = "pgSSLCertMode"
PgSSLRootCertCfg = "pgSSLRootCert"
PgSchema = "pgSchema"
ItemsCfg = "items"