From 44c09ab9492e0e592d93cd32f12a9267066b0972 Mon Sep 17 00:00:00 2001 From: DanB Date: Thu, 24 Nov 2016 19:11:14 +0100 Subject: [PATCH] Remove HistoryServer option out of configuration, fixes #583 --- config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.go b/config/config.go index fec5b11c2..f89e53358 100644 --- a/config/config.go +++ b/config/config.go @@ -257,7 +257,6 @@ type CGRConfig struct { SmOsipsConfig *SmOsipsConfig // SMOpenSIPS Configuration smAsteriskCfg *SMAsteriskCfg // SMAsterisk Configuration diameterAgentCfg *DiameterAgentCfg // DiameterAgent configuration - HistoryServer string // Address where to reach the master history server: HistoryServerEnabled bool // Starts History as server: . HistoryDir string // Location on disk where to store history files. HistorySaveInterval time.Duration // The timout duration between pubsub writes