From 29bada9ae388cfef1b6f4831792e8b49525049b7 Mon Sep 17 00:00:00 2001 From: Martin Baillie Date: Tue, 18 Apr 2017 15:00:18 +1000 Subject: [PATCH] Fix Rancher backend left in uncommented state --- traefik.sample.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/traefik.sample.toml b/traefik.sample.toml index e5e2d073b..a2a6a8f5d 100644 --- a/traefik.sample.toml +++ b/traefik.sample.toml @@ -996,28 +996,28 @@ # # Optional # -[rancher] +#[rancher] # Default domain used. # Can be overridden by setting the "traefik.domain" label on an service. # # Required # -domain = "rancher.localhost" +#domain = "rancher.localhost" # Enable watch Rancher changes # # Optional # Default: true # -Watch = true +#Watch = true # Expose Rancher services by default in traefik # # Optional # Default: true # -ExposedByDefault = false +#ExposedByDefault = false # Endpoint to use when connecting to Rancher #