mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
added config,service for sags
This commit is contained in:
committed by
Dan Christian Bogos
parent
f707236a37
commit
1c1d211c7c
@@ -197,6 +197,8 @@ func (srvMngr *ServiceManager) handleReload() {
|
||||
go srvMngr.reloadService(utils.StatS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.SARS_JSON):
|
||||
go srvMngr.reloadService(utils.SarS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.SAGS_JSON):
|
||||
go srvMngr.reloadService(utils.SagS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.RESOURCES_JSON):
|
||||
go srvMngr.reloadService(utils.ResourceS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.RouteSJson):
|
||||
|
||||
Reference in New Issue
Block a user