Updated postgres sslMode config

This commit is contained in:
Trial97
2021-05-04 16:57:47 +03:00
committed by Dan Christian Bogos
parent 3b968b3dc7
commit a75bab9e6e
7 changed files with 102 additions and 43 deletions

View File

@@ -1963,7 +1963,7 @@ const (
PrefixIndexedFieldsCfg = "prefix_indexed_fields"
SuffixIndexedFieldsCfg = "suffix_indexed_fields"
MongoQueryTimeoutCfg = "mongoQueryTimeout"
SSLModeCfg = "sslMode"
SSLModeCfg = "postgresSSLMode"
ItemsCfg = "items"
OptsCfg = "opts"
Tenants = "tenants"