summaryrefslogtreecommitdiffstats
path: root/hosted-api/src/test/resources/test-config.json
blob: 9d36f9496a08b113271386bb78713617b1fe7cf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "application": "t:a:i",
  "zone": "dev.aws-us-east-1c",
  "system": "publiccd",
  "zoneEndpoints": {
    "dev.aws-us-east-1c": {
      "default": "https://dev.endpoint:443/"
    },
    "prod.aws-us-east-1a": {
      "default": "https://prod.endpoint:443/"
    }
  }
}