Files
cgrates/data/conf/samples/hundred_rates/cgrates.json
2021-05-13 16:12:15 +02:00

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"]
},
},