1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-06 13:17:52 +03:00
traefik/integration/fixtures/multiprovider.toml

32 lines
558 B
TOML
Raw Normal View History

[global]
2019-07-01 12:30:05 +03:00
checkNewVersion = false
sendAnonymousUsage = false
[log]
2019-07-01 12:30:05 +03:00
level = "DEBUG"
[api]
2019-09-06 16:08:04 +03:00
insecure = true
[entryPoints]
[entryPoints.web]
2019-07-01 12:30:05 +03:00
address = ":8000"
2019-07-01 12:30:05 +03:00
[providers]
[providers.rest]
2019-09-06 16:08:04 +03:00
insecure = true
2019-07-01 12:30:05 +03:00
[providers.file]
filename = "{{ .SelfFilename }}"
2019-07-01 12:30:05 +03:00
## dynamic configuration ##
[http.services]
2019-07-01 12:30:05 +03:00
[http.services.service.loadBalancer]
[[http.services.service.loadBalancer.servers]]
url = "{{.Server}}"
[http.middlewares]
2019-07-01 12:30:05 +03:00
[http.middlewares.customheader.headers.customRequestHeaders]
X-Custom="CustomValue"