Files
cgrates/data/conf/samples/attributes_mysql/cgrates.json
2021-05-18 17:07:45 +02:00

22 lines
359 B
JSON

{
// CGRateS Configuration file
// used in general_tests/attributes_filters_index_it_test.go
"general": {
"log_level": 7,
},
"stor_db": {
"db_password": "CGRateS.org"
},
"apiers": {
"enabled": true,
},
"attributes": {
"enabled": true,
"string_indexed_fields": [],
"prefix_indexed_fields": ["*req.Subject"],
},
}