mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Remove the line overriding the dfltCfg (cgr-loader)
This commit is contained in:
committed by
Dan Christian Bogos
parent
e963b22fb5
commit
f2108901a1
@@ -132,7 +132,6 @@ func loadConfig() (ldrCfg *config.CGRConfig) {
|
||||
log.Fatalf("Error loading config file %s", err)
|
||||
}
|
||||
config.SetCgrConfig(ldrCfg)
|
||||
dfltCfg = config.CgrConfig()
|
||||
}
|
||||
// Data for DataDB
|
||||
if *dataDBType != dfltCfg.DataDbCfg().Type {
|
||||
|
||||
Reference in New Issue
Block a user