mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 19:56:38 +05:00
22 lines
213 B
JSON
22 lines
213 B
JSON
{
|
|
"listen": {
|
|
"rpc_json": ":2014",
|
|
"rpc_gob": ":2015",
|
|
"http": ":2081",
|
|
},
|
|
|
|
"rals": {
|
|
"enabled": true,
|
|
},
|
|
|
|
"scheduler": {
|
|
"enabled": true,
|
|
},
|
|
|
|
"users": {
|
|
"enabled": true,
|
|
"indexes": ["SubscriberId"],
|
|
},
|
|
|
|
}
|