Files
cgrates/data/conf/samples/multiral1_internal/cgrates.json
2022-04-21 15:27:27 +02:00

27 lines
397 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
},
"data_db": {
"db_type": "*internal",
},
"rates": {
"enabled": true,
},
}