mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 10:36:24 +05:00
Rename default_opts to opts
This commit is contained in:
committed by
Dan Christian Bogos
parent
e8ea08c109
commit
adfaea31c5
@@ -646,7 +646,7 @@
|
||||
// "prefix_indexed_fields": [], // query indexes based on these fields for faster processing
|
||||
// "suffix_indexed_fields": [], // query indexes based on these fields for faster processing
|
||||
// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
|
||||
// "default_opts":{ //
|
||||
// "opts":{ //
|
||||
// "*processRuns": 1, // number of run loops when processing event
|
||||
// },
|
||||
// "profile_runs": 0, // number of run a profile will process the event
|
||||
@@ -714,7 +714,7 @@
|
||||
// "rates_conns": [], // connections to RateS
|
||||
// "accounts_conns": [], // connections to AccountS
|
||||
// "default_ratio":1, // default ratio used in case of *load strategy
|
||||
// "default_opts":{
|
||||
// "opts":{
|
||||
// "*context": "*routes",
|
||||
// "*rouProfileCount": 1,
|
||||
// },
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
"stor_db": {
|
||||
"db_password": "CGRateS.org",
|
||||
"db_password": "CGRateS.org"
|
||||
},
|
||||
|
||||
|
||||
@@ -45,8 +45,8 @@
|
||||
|
||||
"attributes": {
|
||||
"enabled": true,
|
||||
"default_opts":{
|
||||
"*processRuns": 5, // number of run loops when processing event
|
||||
"opts":{
|
||||
"*processRuns": 5 // number of run loops when processing event
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user