mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 05:39:54 +05:00
32 lines
440 B
JSON
32 lines
440 B
JSON
{
|
|
|
|
"general": {
|
|
"node_id": "id",
|
|
},
|
|
|
|
"logger": {
|
|
"level": 7
|
|
},
|
|
|
|
"data_db": {
|
|
"db_type": "redis",
|
|
"db_port": 6379,
|
|
"db_name": "10"
|
|
},
|
|
|
|
"stor_db": {
|
|
"db_password": "CGRateS.org"
|
|
},
|
|
|
|
"rates": {
|
|
"enabled": true,
|
|
"prefix_indexed_fields": ["*req.Destination"],
|
|
"exists_indexed_fields": ["*req.Destination"],
|
|
"rate_prefix_indexed_fields": ["*req.Destination"]
|
|
},
|
|
|
|
"admins": {
|
|
"enabled": true
|
|
}
|
|
|
|
} |