aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/mso-bad.json
blob: 1aaea50042f9ea071037896d802effddf38161d3 (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"
		}
	}
}