Merge pull request #1455 from martinbaillie/fix-traefik-sample-toml

Fix Rancher backend left in uncommented state
This commit is contained in:
Vincent Demeester 2017-04-18 11:56:37 +02:00 committed by GitHub
commit 2d00758b2e

View file

@ -996,28 +996,28 @@
# #
# Optional # Optional
# #
[rancher] #[rancher]
# Default domain used. # Default domain used.
# Can be overridden by setting the "traefik.domain" label on an service. # Can be overridden by setting the "traefik.domain" label on an service.
# #
# Required # Required
# #
domain = "rancher.localhost" #domain = "rancher.localhost"
# Enable watch Rancher changes # Enable watch Rancher changes
# #
# Optional # Optional
# Default: true # Default: true
# #
Watch = true #Watch = true
# Expose Rancher services by default in traefik # Expose Rancher services by default in traefik
# #
# Optional # Optional
# Default: true # Default: true
# #
ExposedByDefault = false #ExposedByDefault = false
# Endpoint to use when connecting to Rancher # Endpoint to use when connecting to Rancher
# #