summaryrefslogtreecommitdiffstats
path: root/hosted-api/src/test/resources/test-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'hosted-api/src/test/resources/test-config.json')
-rw-r--r--hosted-api/src/test/resources/test-config.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosted-api/src/test/resources/test-config.json b/hosted-api/src/test/resources/test-config.json
index 9d36f9496a0..bd337e1c28a 100644
--- a/hosted-api/src/test/resources/test-config.json
+++ b/hosted-api/src/test/resources/test-config.json
@@ -9,5 +9,10 @@
"prod.aws-us-east-1a": {
"default": "https://prod.endpoint:443/"
}
+ },
+ "clusters": {
+ "prod.aws-us-east-1c": [
+ "documents"
+ ]
}
}