diff --git a/config/config_defaults.go b/config/config_defaults.go index eb21e9b9d..a70e398ef 100755 --- a/config/config_defaults.go +++ b/config/config_defaults.go @@ -168,7 +168,6 @@ const CGRATES_CFG_JSON = ` "users_conns": [], // address where to reach the user service, empty to disable user profile functionality: <""|*internal|x.y.z.y:1234> "aliases_conns": [], // address where to reach the aliases service, empty to disable aliases functionality: <""|*internal|x.y.z.y:1234> "rp_subject_prefix_matching": false, // enables prefix matching for the rating profile subject - "lcr_subject_prefix_matching": false, // enables prefix matching for the lcr subject "max_computed_usage": { // do not compute usage higher than this, prevents memory overload "*any": "189h", "*voice": "72h", diff --git a/config/ralscfg_test.go b/config/ralscfg_test.go index 9987e84e3..0561b7bec 100644 --- a/config/ralscfg_test.go +++ b/config/ralscfg_test.go @@ -47,7 +47,6 @@ func TestRalsCfgFromJsonCfg(t *testing.T) { "users_conns": [], // address where to reach the user service, empty to disable user profile functionality: <""|*internal|x.y.z.y:1234> "aliases_conns": [], // address where to reach the aliases service, empty to disable aliases functionality: <""|*internal|x.y.z.y:1234> "rp_subject_prefix_matching": false, // enables prefix matching for the rating profile subject - "lcr_subject_prefix_matching": false, // enables prefix matching for the lcr subject "max_computed_usage": { // do not compute usage higher than this, prevents memory overload "*any": "189h", "*voice": "72h", diff --git a/data/conf/cgrates/cgrates.json b/data/conf/cgrates/cgrates.json index 8ed61d1f1..7ea89b6b9 100644 --- a/data/conf/cgrates/cgrates.json +++ b/data/conf/cgrates/cgrates.json @@ -147,7 +147,6 @@ // "users_conns": [], // address where to reach the user service, empty to disable user profile functionality: <""|*internal|x.y.z.y:1234> // "aliases_conns": [], // address where to reach the aliases service, empty to disable aliases functionality: <""|*internal|x.y.z.y:1234> // "rp_subject_prefix_matching": false, // enables prefix matching for the rating profile subject -// "lcr_subject_prefix_matching": false, // enables prefix matching for the lcr subject // "max_computed_usage": { // do not compute usage higher than this, prevents memory overload // "*any": "189h", // "*voice": "72h",