This repository was archived by the owner on May 12, 2021. It is now read-only.
File tree 1 file changed +19
-15
lines changed
products/stratos/modules/integration/test-integration/src/test/resources/common
1 file changed +19
-15
lines changed Original file line number Diff line number Diff line change 20
20
21
21
<!-- Apache thrift client configuration for publishing statistics to WSO2 CEP and WSO2 DAS -->
22
22
<thriftClientConfiguration >
23
- <config >
24
- <name >cep</name >
25
- <statsPublisherEnabled >true</statsPublisherEnabled >
26
- <username >admin</username >
27
- <password >admin</password >
28
- <ip >localhost</ip >
29
- <port >THRIFT_DYNAMIC_PORT</port >
30
- </config >
31
- <config >
32
- <name >das</name >
33
- <statsPublisherEnabled >false</statsPublisherEnabled >
34
- <username >admin</username >
35
- <password >admin</password >
36
- <ip >localhost</ip >
37
- <port >7612</port >
23
+ <config >
24
+ <cep >
25
+ <node id =" node-01" >
26
+ <statsPublisherEnabled >true</statsPublisherEnabled >
27
+ <username >admin</username >
28
+ <password >admin</password >
29
+ <ip >localhost</ip >
30
+ <port >THRIFT_DYNAMIC_PORT</port >
31
+ </node >
32
+ </cep >
33
+ <das >
34
+ <node id =" node-01" >
35
+ <statsPublisherEnabled >false</statsPublisherEnabled >
36
+ <username >admin</username >
37
+ <password >admin</password >
38
+ <ip >localhost</ip >
39
+ <port >7612</port >
40
+ </node >
41
+ </das >
38
42
</config >
39
43
</thriftClientConfiguration >
You can’t perform that action at this time.
0 commit comments