Add integration test for attributes for adding fields from other places that event

This commit is contained in:
TeoV
2020-10-05 17:44:00 +03:00
committed by Dan Christian Bogos
parent e29f34ac58
commit c713aefae3
6 changed files with 381 additions and 4 deletions

View File

@@ -47,6 +47,9 @@
"attributes": {
"enabled": true,
"stats_conns": ["*localhost"],
"resources_conns": ["*localhost"],
"apiers_conns": ["*localhost"]
},

View File

@@ -81,8 +81,11 @@
},
"attributes": { // Attribute service
"enabled": true, // starts Attribute service: <true|false>.
"attributes": {
"enabled": true,
"stats_conns": ["*localhost"],
"resources_conns": ["*localhost"],
"apiers_conns": ["*localhost"]
},

View File

@@ -47,6 +47,9 @@
"attributes": {
"enabled": true,
"stats_conns": ["*localhost"],
"resources_conns": ["*localhost"],
"apiers_conns": ["*localhost"]
},