mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
36 lines
373 B
JSON
36 lines
373 B
JSON
{
|
|
|
|
|
|
"general": {
|
|
"node_id": "EngineWithConfigSActive",
|
|
"log_level": 7,
|
|
"reply_timeout": "50s",
|
|
},
|
|
|
|
|
|
"listen": {
|
|
"rpc_json": ":3012",
|
|
"rpc_gob": ":3013",
|
|
"http": ":3080",
|
|
},
|
|
|
|
|
|
"data_db": {
|
|
"db_type": "*internal",
|
|
},
|
|
|
|
|
|
"stor_db": {
|
|
"db_type": "*internal"
|
|
},
|
|
|
|
|
|
"configs": {
|
|
"enabled": true,
|
|
"url": "/configs/",
|
|
"root_dir": "/usr/share/cgrates/conf/samples",
|
|
},
|
|
|
|
|
|
}
|