Merge pull request #166 from danzel/patch-1

Consul config doesn't need "http://"
This commit is contained in:
Vincent Demeester 2016-01-15 09:04:12 +01:00
commit 707b6f9a95

View file

@ -516,7 +516,7 @@ Træfɪk can be configured to use Consul as a backend configuration:
#
# Required
#
endpoint = "http://127.0.0.1:8500"
endpoint = "127.0.0.1:8500"
# Enable watch Consul changes
#