mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
Renamed opts for DataDB and StorDB
This commit is contained in:
committed by
Dan Christian Bogos
parent
0089659476
commit
bc4979b74a
@@ -1956,18 +1956,18 @@ const (
|
||||
// StorDbCfg
|
||||
const (
|
||||
TypeCfg = "type"
|
||||
MaxOpenConnsCfg = "max_open_conns"
|
||||
MaxIdleConnsCfg = "max_idle_conns"
|
||||
ConnMaxLifetimeCfg = "conn_max_lifetime"
|
||||
SQLMaxOpenConnsCfg = "sqlMaxOpenConns"
|
||||
SQLMaxIdleConnsCfg = "sqlMaxIdleConns"
|
||||
SQLConnMaxLifetimeCfg = "sqlConnMaxLifetime"
|
||||
StringIndexedFieldsCfg = "string_indexed_fields"
|
||||
PrefixIndexedFieldsCfg = "prefix_indexed_fields"
|
||||
SuffixIndexedFieldsCfg = "suffix_indexed_fields"
|
||||
QueryTimeoutCfg = "query_timeout"
|
||||
MongoQueryTimeoutCfg = "mongoQueryTimeout"
|
||||
SSLModeCfg = "sslmode"
|
||||
ItemsCfg = "items"
|
||||
OptsCfg = "opts"
|
||||
Tenants = "tenants"
|
||||
MysqlLocation = "mysql_location"
|
||||
MysqlLocation = "mysqlLocation"
|
||||
)
|
||||
|
||||
// DataDbCfg
|
||||
@@ -1982,10 +1982,10 @@ const (
|
||||
RedisClusterCfg = "redisCluster"
|
||||
RedisClusterSyncCfg = "redisClusterSync"
|
||||
RedisClusterOnDownDelayCfg = "redisClusterOndownDelay"
|
||||
RedisTLS = "redis_tls"
|
||||
RedisClientCertificate = "redis_client_certificate"
|
||||
RedisClientKey = "redis_client_key"
|
||||
RedisCACertificate = "redis_ca_certificate"
|
||||
RedisTLS = "redisTLS"
|
||||
RedisClientCertificate = "redisClientCertificate"
|
||||
RedisClientKey = "redisClientKey"
|
||||
RedisCACertificate = "redisCACertificate"
|
||||
ReplicationFilteredCfg = "replication_filtered"
|
||||
ReplicationCache = "replication_cache"
|
||||
RemoteConnIDCfg = "remote_conn_id"
|
||||
@@ -2567,7 +2567,6 @@ const (
|
||||
|
||||
SQLDBName = "dbName"
|
||||
SQLTableName = "tableName"
|
||||
SQLSSLMode = "sslmode"
|
||||
SQLDefaultSSLMode = "disable"
|
||||
SQLDefaultDBName = "cgrates"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user