mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 02:56:24 +05:00
48 lines
413 B
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"],
|
|
},
|
|
|
|
|
|
"admins": {
|
|
"enabled": true,
|
|
},
|
|
|
|
}
|
|
|