Files
cgrates/data/conf/samples/core_config/cgrates.json
2021-08-03 14:56:57 +03:00

20 lines
290 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",
},
"stor_db": {
"db_type": "*internal",
},
"admins": {
"enabled": true,
}
}