diff --git a/.gitignore b/.gitignore index 34c176d..f5a0d3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /.composer.lock /build/ -/consul/data-dir/ +/consul-configuration/data-dir/ /vendor/ diff --git a/bin/start-consul b/bin/start-consul index 553aa71..b775f20 100755 --- a/bin/start-consul +++ b/bin/start-consul @@ -2,6 +2,6 @@ BASE=`dirname $0`/.. -cd $BASE/consul +cd $BASE/consul-configuration consul agent -config-dir=. diff --git a/consul/config.json b/consul-configuration/config.json similarity index 100% rename from consul/config.json rename to consul-configuration/config.json