Updated comment in default json config

This commit is contained in:
Trial97
2020-02-20 10:16:33 +02:00
committed by Dan Christian Bogos
parent 646f9a33cd
commit a242724377
2 changed files with 14 additions and 14 deletions

View File

@@ -500,7 +500,7 @@ const CGRATES_CFG_JSON = `
"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
"nested_fields": false, // applies when indexed fields is not defined
"nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
"process_runs": 1, // number of run loops when processing event
},
@@ -511,7 +511,7 @@ const CGRATES_CFG_JSON = `
"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
"nested_fields": false, // applies when indexed fields is not defined
"nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
},
@@ -522,7 +522,7 @@ const CGRATES_CFG_JSON = `
"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
"nested_fields": false, // applies when indexed fields is not defined
"nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
},
@@ -534,7 +534,7 @@ const CGRATES_CFG_JSON = `
"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
"nested_fields": false, // applies when indexed fields is not defined
"nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
},
@@ -544,7 +544,7 @@ const CGRATES_CFG_JSON = `
"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
"nested_fields": false, // applies when indexed fields is not defined
"nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
},
@@ -553,7 +553,7 @@ const CGRATES_CFG_JSON = `
"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
"nested_fields": false, // applies when indexed fields is not defined
"nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
"attributes_conns": [], // connections to AttributeS for altering events before supplier queries: <""|*internal|127.0.0.1:2013>
"resources_conns": [], // connections to ResourceS for *res sorting, empty to disable functionality: <""|*internal|x.y.z.y:1234>
"stats_conns": [], // connections to StatS for *stats sorting, empty to disable stats functionality: <""|*internal|x.y.z.y:1234>
@@ -797,7 +797,7 @@ const CGRATES_CFG_JSON = `
"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
"nested_fields": false, // applies when indexed fields is not defined
"nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
"attributes_conns": [], // connections to AttributeS for API authorization, empty to disable auth functionality: <""|*internal|x.y.z.y:1234>
},

View File

@@ -479,7 +479,7 @@
// "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
// "nested_fields": false, // applies when indexed fields is not defined
// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
// "process_runs": 1, // number of run loops when processing event
// },
@@ -490,7 +490,7 @@
// "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
// "nested_fields": false, // applies when indexed fields is not defined
// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
// },
@@ -501,7 +501,7 @@
// "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
// "nested_fields": false, // applies when indexed fields is not defined
// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
// },
@@ -513,7 +513,7 @@
// "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
// "nested_fields": false, // applies when indexed fields is not defined
// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
// },
@@ -523,7 +523,7 @@
// "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
// "nested_fields": false, // applies when indexed fields is not defined
// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
// },
@@ -532,7 +532,7 @@
// "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
// "nested_fields": false, // applies when indexed fields is not defined
// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
// "attributes_conns": [], // connections to AttributeS for altering events before supplier queries: <""|*internal|127.0.0.1:2013>
// "resources_conns": [], // connections to ResourceS for *res sorting, empty to disable functionality: <""|*internal|x.y.z.y:1234>
// "stats_conns": [], // connections to StatS for *stats sorting, empty to disable stats functionality: <""|*internal|x.y.z.y:1234>
@@ -776,7 +776,7 @@
// "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
// "nested_fields": false, // applies when indexed fields is not defined
// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
// "attributes_conns": [], // connections to AttributeS for API authorization, empty to disable auth functionality: <""|*internal|x.y.z.y:1234>
// },