mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Add stordb pgSSLCertMode option
This commit is contained in:
committed by
Dan Christian Bogos
parent
9a79b092a5
commit
73fc386036
@@ -200,5 +200,6 @@ func (db *StorDBService) needsConnectionReload() bool {
|
||||
db.oldDBCfg.Opts.PgSSLCert != db.cfg.StorDbCfg().Opts.PgSSLCert ||
|
||||
db.oldDBCfg.Opts.PgSSLKey != db.cfg.StorDbCfg().Opts.PgSSLKey ||
|
||||
db.oldDBCfg.Opts.PgSSLPassword != db.cfg.StorDbCfg().Opts.PgSSLPassword ||
|
||||
db.oldDBCfg.Opts.PgSSLCertMode != db.cfg.StorDbCfg().Opts.PgSSLCertMode ||
|
||||
db.oldDBCfg.Opts.PgSSLRootCert != db.cfg.StorDbCfg().Opts.PgSSLRootCert)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user