diff options
Diffstat (limited to 'vagrant/consul/config.json')
-rw-r--r-- | vagrant/consul/config.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vagrant/consul/config.json b/vagrant/consul/config.json new file mode 100644 index 0000000..0e223ab --- /dev/null +++ b/vagrant/consul/config.json @@ -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" +} |