EEs sample configuration and test for start

This commit is contained in:
DanB
2020-05-10 14:00:58 +02:00
parent b497cf2281
commit 5c0599d0ec
3 changed files with 35 additions and 8 deletions

View File

@@ -0,0 +1,26 @@
{
// 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": [
],
},
}