mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
Enabling HTTPAgent via cmd/cgr-engine
This commit is contained in:
@@ -1161,6 +1161,9 @@ func main() {
|
||||
go startRadiusAgent(internalSMGChan, exitChan)
|
||||
}
|
||||
|
||||
if len(cfg.HttpAgentCfg()) != 0 {
|
||||
go startHTTPAgent(internalSMGChan, exitChan, server)
|
||||
|
||||
// Start PubSubS service
|
||||
if cfg.PubSubServerEnabled {
|
||||
go startPubSubServer(internalPubSubSChan, dm, server, exitChan)
|
||||
|
||||
Reference in New Issue
Block a user