Files
cgrates/data/conf/samples/core_config/cgrates.json
2022-03-09 14:14:30 +01:00

17 lines
242 B
JSON

{
// CGRateS Configuration file
// will be used in apis/cores_it_test.go
"general": {
"node_id": "Cores_apis_test",
"log_level": 7,
},
"data_db": {
"db_type": "*internal",
},
"admins": {
"enabled": true,
}
}