mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 14:48:43 +05:00
27 lines
294 B
JSON
27 lines
294 B
JSON
{
|
|
// Sample CGRateS Configuration file for EEs
|
|
//
|
|
// Copyright (C) ITsysCOM GmbH
|
|
|
|
|
|
|
|
|
|
"attributes": {
|
|
"enabled": true,
|
|
},
|
|
|
|
|
|
"ees": {
|
|
"enabled": true,
|
|
"attributes_conns":["*internal"],
|
|
"cache": {
|
|
"*file_csv": {"limit": -1, "ttl": "5s", "static_ttl": false},
|
|
},
|
|
"exporters": [
|
|
],
|
|
},
|
|
|
|
|
|
|
|
}
|