Files
cgrates/data/conf/samples/multiral1/cgrates.json
2019-03-25 17:40:51 +01:00

32 lines
694 B
JSON

{
// CGRateS Configuration file
//
// Used for multiple RAL configuration tests
// Starts rater, scheduler
"general": {
"node_id":"node1",
},
"listen": {
"rpc_json": ":2012", // RPC JSON listening address
"rpc_gob": ":2013", // RPC GOB listening address
"http": ":2080", // HTTP listening address
},
"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>
},
"apier": {
"caches_conns":[ // connections to CacheS for reloads
{"address": "127.0.0.1:12012", "transport": "*json"},
],
},
}