From b22716c5ba307f32a8becee2581ae1b41f533ec7 Mon Sep 17 00:00:00 2001 From: Ruslan Sennov Date: Thu, 16 Mar 2017 16:35:23 +0300 Subject: [PATCH] fix consul sample endpoints It took few minutes to understand what is wrong, when I just uncommented sample config :) --- traefik.sample.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/traefik.sample.toml b/traefik.sample.toml index b08e25393..6acc66483 100644 --- a/traefik.sample.toml +++ b/traefik.sample.toml @@ -91,7 +91,7 @@ # # Backend-specific constraint # [consulCatalog] -# endpoint = 127.0.0.1:8500 +# endpoint = "127.0.0.1:8500" # constraints = ["tag==api"] # # Multiple constraints @@ -99,7 +99,7 @@ # - "tag!=" must match with none of tags # constraints = ["tag!=us-*", "tag!=asia-*"] # [consulCatalog] -# endpoint = 127.0.0.1:8500 +# endpoint = "127.0.0.1:8500" # constraints = ["tag==api", "tag!=v*-beta"] # Enable ACME (Let's Encrypt): automatic SSL