blob: e1b32b7d4ac9feaac5093f98cec7fc52c53b3d03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"asdc-connections":{
"asdc-controller1":{
"user": "User",
"consumerGroup": "consumerGroup",
"consumerId": "consumerId",
"environmentName": "environmentName",
"asdcAddress": "hostname",
"password": "1c551b8b5ab91fcd5a0907b11c304199",
"pollingInterval":10,
"pollingTimeout":30,
"activateServerTLSAuth": true,
"watchDogTimeout": "300",
"messageBusAddress": [
"localhost",
"localhost",
"localhost"
],
"keyStorePassword":"1c551b8b5ab91fcd5a0907b11c304199",
"keyStorePath": "/test"
}
}
}
|