From 0847b7f4ea5ca275aab4776e3efcccb1aba8b459 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 18 May 2018 00:16:10 -0400 Subject: [PATCH] Quoting endpoint to allow passing through to template --- traefik/defaults.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/traefik/defaults.yaml b/traefik/defaults.yaml index fe57321..2038380 100644 --- a/traefik/defaults.yaml +++ b/traefik/defaults.yaml @@ -11,6 +11,6 @@ traefik: config: consul: - endpoint: localhost:8500 - watch: True + endpoint: "localhost:8500" + watch: true prefix: traefik