Files
cgrates/data/conf/samples/smg_automatic_debits/cgrates.json
2019-02-13 15:49:13 +01:00

43 lines
717 B
JSON

{
// CGRateS Configuration file
//
// Used in tests
"general": {
"log_level": 7,
},
"stor_db": { // database used to store offline tariff plans and CDRs
"db_password": "CGRateS.org", // password to use when connecting to stordb
},
"rals": {
"enabled": true, // enable Rater service: <true|false>
},
"scheduler": {
"enabled": true, // start Scheduler service: <true|false>
},
"cdrs": {
"enabled": true, // start the CDR Server service: <true|false>
},
"attributes": {
"enabled": true,
},
"chargers": {
"enabled": true,
"attributes_conns": [
{"address": "*internal"}
],
},
"sessions": {
"enabled": true,
"debit_interval": "1ms", // interval to perform debits on.
},
}