add packages support for artifact broker
[multicloud/framework.git] / artifactbroker / packages / src / main / resources / etc / defaultConfig.json
diff --git a/artifactbroker/packages/src/main/resources/etc/defaultConfig.json b/artifactbroker/packages/src/main/resources/etc/defaultConfig.json
new file mode 100644 (file)
index 0000000..cb8e1ea
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name":"SDCDistributionGroup",
+    "restServerParameters":{
+        "host":"0.0.0.0",
+        "port":9014,
+        "userName":"healthcheck",
+        "password":"zb!XztG34",
+        "https":true
+    }
+}