aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-api/src/test/resources/test-config.json
blob: b1a7e2c2563ca3d38ce684b6bec8d9c62b949c17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "application": "t:a:i",
  "zone": "dev.aws-us-east-1c",
  "system": "publiccd",
  "isCI": true,
  "platform": "1.2.3",
  "revision": 321,
  "deployedAt": 1600000000,
  "zoneEndpoints": {
    "dev.aws-us-east-1c": {
      "default": "https://dev.endpoint:443/"
    },
    "prod.aws-us-east-1a": {
      "default": "https://prod.endpoint:443/"
    }
  },
  "clusters": {
    "prod.aws-us-east-1c": [
      "documents"
    ]
  }
}