mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 06:09:53 +05:00
Rename default_opts to opts
This commit is contained in:
committed by
Dan Christian Bogos
parent
e8ea08c109
commit
adfaea31c5
@@ -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