mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 19:56:38 +05:00
46 lines
778 B
JSON
46 lines
778 B
JSON
{
|
|
|
|
"general": {
|
|
"rounding_decimals": 20,
|
|
},
|
|
|
|
"data_db": {
|
|
"db_type": "redis",
|
|
"db_port": 6379,
|
|
"db_name": "10",
|
|
},
|
|
|
|
"stor_db": {
|
|
"db_password": "CGRateS.org",
|
|
},
|
|
|
|
// "caches":{
|
|
// "partitions": {
|
|
// "*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
|
|
// "*rating_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
|
|
|
// "*rate_profiles": {"limit": 10000, "ttl": "", "static_ttl": false, "precache": true, "replicate": false}, // control rate profile caching
|
|
// },
|
|
// },
|
|
|
|
"rals": {
|
|
"enabled": true,
|
|
},
|
|
|
|
|
|
"schedulers": {
|
|
"enabled": true
|
|
},
|
|
|
|
"admins": {
|
|
"enabled": true,
|
|
},
|
|
|
|
"rates": {
|
|
"enabled": true,
|
|
"rate_string_indexed_fields": ["*req.PrefixDestination"]
|
|
},
|
|
|
|
|
|
},
|