mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
EEs sample configuration and test for start
This commit is contained in:
26
data/conf/samples/ees/cgrates.json
Normal file
26
data/conf/samples/ees/cgrates.json
Normal 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": [
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user