mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 20:59:53 +05:00
28 lines
512 B
JSON
28 lines
512 B
JSON
{
|
|
"general": {
|
|
"log_level": 7,
|
|
},
|
|
"data_db": {
|
|
"db_type": "redis",
|
|
"db_port": 6379,
|
|
"db_name": "10",
|
|
},
|
|
"stor_db": {
|
|
"db_password": "CGRateS.org",
|
|
},
|
|
"rankings": {
|
|
"enabled": true,
|
|
"store_interval": "-1",
|
|
"scheduled_ids": {},
|
|
"stats_conns": [
|
|
"*localhost"
|
|
]
|
|
},
|
|
"stats": {
|
|
"enabled": true,
|
|
"store_interval": "-1",
|
|
},
|
|
"apiers": {
|
|
"enabled": true,
|
|
}
|
|
} |