mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add infrastructure for AccountS in TPReader and update config defaults
This commit is contained in:
committed by
Dan Christian Bogos
parent
41d9599d87
commit
bfa419a1b6
@@ -112,6 +112,9 @@ func init() {
|
||||
if err := csvr.LoadActionProfiles(); err != nil {
|
||||
log.Print("error in LoadActionProfiles: ", err)
|
||||
}
|
||||
if err := csvr.LoadAccountProfiles(); err != nil {
|
||||
log.Print("error in LoadActionProfiles: ", err)
|
||||
}
|
||||
if err := csvr.WriteToDatabase(false, false); err != nil {
|
||||
log.Print("error when writing into database", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user