mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
23 lines
214 B
JSON
23 lines
214 B
JSON
{
|
|
|
|
"listen": {
|
|
"rpc_json": ":2016",
|
|
"rpc_gob": ":2017",
|
|
"http": ":2082",
|
|
},
|
|
|
|
"rals": {
|
|
"enabled": true,
|
|
},
|
|
|
|
"scheduler": {
|
|
"enabled": true,
|
|
},
|
|
|
|
"users": {
|
|
"enabled": true,
|
|
"indexes": ["SubscriberId"],
|
|
},
|
|
|
|
}
|