mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
20 lines
290 B
JSON
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,
|
|
}
|
|
} |