Do first pass on dcae onboarding vagrant
[dcaegen2/platform/cli.git] / vagrant / consul / config.json
diff --git a/vagrant/consul/config.json b/vagrant/consul/config.json
new file mode 100644 (file)
index 0000000..0e223ab
--- /dev/null
@@ -0,0 +1,11 @@
+{
+    "client_addr" : "0.0.0.0",
+    "bootstrap_expect" : 1,
+    "datacenter": "vagrant-dcae",
+    "http_api_response_headers": {
+        "Access-Control-Allow-Origin" : "*"
+    },
+    "server": true,
+    "ui": true,
+    "log_level": "info"
+}