From 94d80864922c522e11127154bb1adead6e6c98cf Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Wed, 7 Feb 2018 11:16:25 -0800 Subject: [PATCH] Update client2.hcl --- demo/vagrant/client2.hcl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/demo/vagrant/client2.hcl b/demo/vagrant/client2.hcl index ae2e0579a..963546c4b 100644 --- a/demo/vagrant/client2.hcl +++ b/demo/vagrant/client2.hcl @@ -12,17 +12,9 @@ client { # this should be like "nomad.service.consul:4647" and a system # like Consul used for service discovery. servers = ["127.0.0.1:4647"] - - options { - "driver.raw_exec.enable" = "1" - } } # Modify our port to avoid a collision with server1 and client1 ports { http = 5657 } - -advertise { - http = "127.0.1.1" -}