From 783df5689cb0a8bf12fe5e8e77d13ece63f7165f Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 18 May 2018 00:37:01 -0400 Subject: [PATCH] Unquoted back to normal --- traefik/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/defaults.yaml b/traefik/defaults.yaml index 2038380..1820e71 100644 --- a/traefik/defaults.yaml +++ b/traefik/defaults.yaml @@ -11,6 +11,6 @@ traefik: config: consul: - endpoint: "localhost:8500" + endpoint: localhost:8500 watch: true prefix: traefik