blob: 57b271459eb5c049a2f6d8f11871a4ba1c06ede6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"asdc-connections":{,
"asdc-controller1":{
"asdcUser": "user1",
"asdcConsumerGroup": "consumer1",
"asdcConsumerId": "consumer1",
"asdcEnvironmentName": "PROD",
"asdcAddress": "localhost:8443",
"asdcPassword": "1c551b8b5ab91fcd5a0907b11c304199"
},
"asdc-controller2":{
"asdcUser": "user2",
"asdcConsumerGroup": "consumer2",
"asdcConsumerId": "consumer2",
"asdcEnvironmentName": "E2E",
"asdcAddress": "localhost:8443",
"asdcPassword": "1c551b8b5ab91fcd5a0907b11c304199"
}
}
}
|