1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-19 18:50:12 +03:00

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
#