summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/resources/testConfig.json
blob: 4145d863995045f4cac4720a217afd26c34041e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "application": "tenant:application:default",
  "zone": "test.aws-us-east-1c",
  "system": "publiccd",
  "endpoints": {
    "test.aws-us-east-1c": [
      "https://server/"
    ]
  },
  "zoneEndpoints": {
    "test.aws-us-east-1c": {
      "ai": "https://server/"
    }
  },
  "clusters": {
    "test.aws-us-east-1c": [
      "facts"
    ]
  }
}