Files
cgrates/data/conf/samples/accounts_internal/cgrates.json

48 lines
413 B
JSON

{
// CGRateS sample configuration file
// Copyright (C) ITsysCOM GmbH
//
"data_db": {
"db_type": "*internal",
},
"stor_db": {
"db_type": "*internal",
},
"attributes": {
"enabled": true,
},
"rates": {
"enabled": true,
},
"rals": {
"enabled": true,
},
"accounts": {
"enabled": true,
"attributes_conns": ["*localhost"],
"rates_conns": ["*localhost"],
},
"apiers": {
"enabled": true,
},
}