aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-api/src/test/resources
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2019-08-19 11:47:18 +0200
committerJon Marius Venstad <venstad@gmail.com>2019-08-19 11:47:18 +0200
commit0c4ce4cb5bb3573b7b6c21573224b0edd064b177 (patch)
tree673d7d8f8b5c5445c341dc4fd2f60a0f7f0da9f7 /hosted-api/src/test/resources
parent1f4bf84e9e89bb0afb000317a35403aad511cea0 (diff)
Support self-hosted test config file
Diffstat (limited to 'hosted-api/src/test/resources')
-rw-r--r--hosted-api/src/test/resources/clusters-only-config.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosted-api/src/test/resources/clusters-only-config.json b/hosted-api/src/test/resources/clusters-only-config.json
new file mode 100644
index 00000000000..d111c1685d0
--- /dev/null
+++ b/hosted-api/src/test/resources/clusters-only-config.json
@@ -0,0 +1,6 @@
+{
+ "clusters": {
+ "default": "https://localhost:8080/",
+ "container": "https://localhost:8081/"
+ }
+} \ No newline at end of file