mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 07:38:45 +05:00
Integration tests for storecfgindb in apis
This commit is contained in:
committed by
Dan Christian Bogos
parent
323646602c
commit
44525fc3e1
@@ -452,7 +452,7 @@ func main() {
|
||||
cfg.ConfigDBCfg().Password, cfg.GeneralCfg().DBDataEncoding,
|
||||
cfg.ConfigDBCfg().Opts)
|
||||
if err != nil { // Cannot configure getter database, show stopper
|
||||
utils.Logger.Crit(fmt.Sprintf("Could not configure configDB: %s exiting!", err))
|
||||
log.Fatalf("Could not configure configDB: %s exiting!", err)
|
||||
return
|
||||
}
|
||||
if err = cfg.LoadFromDB(d); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user