Files
cgrates/data/conf/samples/attributes_mongo/cgrates.json
2023-10-25 10:16:07 +02:00

34 lines
518 B
JSON

{
// CGRateS Configuration file
// used in general_tests/attributes_filters_index_it_test.go
"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": "",
},
"apiers": {
"enabled": true,
},
"attributes": {
"enabled": true,
"string_indexed_fields": [],
"prefix_indexed_fields": ["*req.Subject"],
},
}