mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
25 lines
278 B
JSON
25 lines
278 B
JSON
{
|
|
// CGRateS Configuration file
|
|
//
|
|
// Used for multiple RAL configuration tests
|
|
// Starts RAL
|
|
|
|
"listen": {
|
|
"rpc_json": ":12012",
|
|
"rpc_gob": ":12013",
|
|
"http": ":12080",
|
|
},
|
|
|
|
"rals": {
|
|
"enabled": true,
|
|
},
|
|
|
|
"cdrs": {
|
|
"enabled": true,
|
|
},
|
|
|
|
"sm_generic": {
|
|
"enabled": true,
|
|
},
|
|
|
|
} |