mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
31 lines
581 B
JSON
31 lines
581 B
JSON
{
|
|
"general": {
|
|
"log_level": 7,
|
|
},
|
|
"data_db": {
|
|
"db_type": "mongo",
|
|
"db_name": "10",
|
|
"db_port": 27017,
|
|
},
|
|
"stor_db": {
|
|
"db_type": "mongo",
|
|
"db_name": "cgrates",
|
|
"db_port": 27017,
|
|
"db_password": "",
|
|
},
|
|
"rankings": {
|
|
"enabled": true,
|
|
"store_interval": "-1",
|
|
"scheduled_ids": {},
|
|
"stats_conns": [
|
|
"*localhost"
|
|
]
|
|
},
|
|
"stats": {
|
|
"enabled": true,
|
|
"store_interval": "-1",
|
|
},
|
|
"apiers": {
|
|
"enabled": true,
|
|
}
|
|
} |