mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
default to no internal storage for test suite
This commit is contained in:
committed by
Dan Christian Bogos
parent
9127035d70
commit
c245e162ca
@@ -438,6 +438,7 @@ type Item struct {
|
||||
type DBParams struct {
|
||||
DBConns map[string]DBConn `json:"db_conns,omitempty"`
|
||||
Items map[string]Item `json:"items,omitempty"`
|
||||
Opts map[string]any `json:"opts"`
|
||||
}
|
||||
|
||||
// DBCfg holds the configurations for data_db and/or stor_db.
|
||||
@@ -739,6 +740,10 @@ var (
|
||||
Type: utils.StringPointer(utils.MetaInternal),
|
||||
},
|
||||
},
|
||||
Opts: map[string]any{
|
||||
utils.InternalDBDumpIntervalCfg: "0s",
|
||||
utils.InternalDBRewriteIntervalCfg: "0s",
|
||||
},
|
||||
},
|
||||
}
|
||||
MySQLDBCfg = DBCfg{
|
||||
|
||||
Reference in New Issue
Block a user