Rename default_opts to opts

This commit is contained in:
ionutboangiu
2021-09-07 14:54:26 +03:00
committed by Dan Christian Bogos
parent e8ea08c109
commit adfaea31c5
18 changed files with 101 additions and 95 deletions

View File

@@ -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
},
},