From 85998bf4a98016f59202754f97ad170642a4a5d1 Mon Sep 17 00:00:00 2001 From: Trial97 Date: Wed, 13 Mar 2019 14:32:52 +0200 Subject: [PATCH] Updated config defaults --- config/config_defaults.go | 8 ++++---- data/conf/cgrates/cgrates.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/config_defaults.go b/config/config_defaults.go index b3f3ceb7a..d41ae3684 100755 --- a/config/config_defaults.go +++ b/config/config_defaults.go @@ -456,8 +456,8 @@ const CGRATES_CFG_JSON = ` "chargers": { // ChargerS config "enabled": false, // starts charger service: . - "indexed_selects":true, // enable profile matching exclusively on indexes "attributes_conns": [], // connections to AttributeS for event fields altering <""|127.0.0.1:2013> + "indexed_selects":true, // enable profile matching exclusively on indexes //"string_indexed_fields": [], // query indexes based on these fields for faster processing "prefix_indexed_fields": [], // query indexes based on these fields for faster processing }, @@ -465,9 +465,9 @@ const CGRATES_CFG_JSON = ` "resources": { // ResourceS config "enabled": false, // starts ResourceLimiter service: . - "indexed_selects":true, // enable profile matching exclusively on indexes "store_interval": "", // dump cache regularly to dataDB, 0 - dump at start/shutdown: <""|$dur> "thresholds_conns": [], // connections to ThresholdS for resource reporting, empty to disable thresholds functionality: <""|*internal|x.y.z.y:1234> + "indexed_selects":true, // enable profile matching exclusively on indexes //"string_indexed_fields": [], // query indexes based on these fields for faster processing "prefix_indexed_fields": [], // query indexes based on these fields for faster processing }, @@ -475,9 +475,9 @@ const CGRATES_CFG_JSON = ` "stats": { // StatS config "enabled": false, // starts Stat service: . - "indexed_selects":true, // enable profile matching exclusively on indexes "store_interval": "", // dump cache regularly to dataDB, 0 - dump at start/shutdown: <""|$dur> "thresholds_conns": [], // connections to ThresholdS for StatUpdates, empty to disable thresholds functionality: <""|*internal|x.y.z.y:1234> + "indexed_selects":true, // enable profile matching exclusively on indexes //"string_indexed_fields": [], // query indexes based on these fields for faster processing "prefix_indexed_fields": [], // query indexes based on these fields for faster processing }, @@ -485,8 +485,8 @@ const CGRATES_CFG_JSON = ` "thresholds": { // ThresholdS "enabled": false, // starts ThresholdS service: . - "indexed_selects":true, // enable profile matching exclusively on indexes "store_interval": "", // dump cache regularly to dataDB, 0 - dump at start/shutdown: <""|$dur> + "indexed_selects":true, // enable profile matching exclusively on indexes //"string_indexed_fields": [], // query indexes based on these fields for faster processing "prefix_indexed_fields": [], // query indexes based on these fields for faster processing }, diff --git a/data/conf/cgrates/cgrates.json b/data/conf/cgrates/cgrates.json index 4abd3d256..802f5cd21 100644 --- a/data/conf/cgrates/cgrates.json +++ b/data/conf/cgrates/cgrates.json @@ -435,8 +435,8 @@ // "chargers": { // ChargerS config // "enabled": false, // starts charger service: . -// "indexed_selects":true, // enable profile matching exclusively on indexes // "attributes_conns": [], // connections to AttributeS for event fields altering <""|127.0.0.1:2013> +// "indexed_selects":true, // enable profile matching exclusively on indexes // //"string_indexed_fields": [], // query indexes based on these fields for faster processing // "prefix_indexed_fields": [], // query indexes based on these fields for faster processing // }, @@ -444,9 +444,9 @@ // "resources": { // ResourceS config // "enabled": false, // starts ResourceLimiter service: . -// "indexed_selects":true, // enable profile matching exclusively on indexes // "store_interval": "", // dump cache regularly to dataDB, 0 - dump at start/shutdown: <""|$dur> // "thresholds_conns": [], // connections to ThresholdS for resource reporting, empty to disable thresholds functionality: <""|*internal|x.y.z.y:1234> +// "indexed_selects":true, // enable profile matching exclusively on indexes // //"string_indexed_fields": [], // query indexes based on these fields for faster processing // "prefix_indexed_fields": [], // query indexes based on these fields for faster processing // }, @@ -454,9 +454,9 @@ // "stats": { // StatS config // "enabled": false, // starts Stat service: . -// "indexed_selects":true, // enable profile matching exclusively on indexes // "store_interval": "", // dump cache regularly to dataDB, 0 - dump at start/shutdown: <""|$dur> // "thresholds_conns": [], // connections to ThresholdS for StatUpdates, empty to disable thresholds functionality: <""|*internal|x.y.z.y:1234> +// "indexed_selects":true, // enable profile matching exclusively on indexes // //"string_indexed_fields": [], // query indexes based on these fields for faster processing // "prefix_indexed_fields": [], // query indexes based on these fields for faster processing // }, @@ -464,8 +464,8 @@ // "thresholds": { // ThresholdS // "enabled": false, // starts ThresholdS service: . -// "indexed_selects":true, // enable profile matching exclusively on indexes // "store_interval": "", // dump cache regularly to dataDB, 0 - dump at start/shutdown: <""|$dur> +// "indexed_selects":true, // enable profile matching exclusively on indexes // //"string_indexed_fields": [], // query indexes based on these fields for faster processing // "prefix_indexed_fields": [], // query indexes based on these fields for faster processing // },