traefik/integration/fixtures/rest/simple.toml

19 lines
238 B
TOML
Raw Normal View History

[global]
2019-07-01 11:30:05 +02:00
checkNewVersion = false
sendAnonymousUsage = false
[log]
2019-07-01 11:30:05 +02:00
level = "DEBUG"
2022-11-21 18:36:05 +01:00
noColor = true
2018-12-03 11:32:05 +01:00
[entryPoints]
[entryPoints.web]
2018-12-03 11:32:05 +01:00
address = ":8000"
[api]
2019-09-06 15:08:04 +02:00
insecure = true
2018-12-03 11:32:05 +01:00
[providers]
2019-07-01 11:30:05 +02:00
[providers.rest]
2019-09-06 15:08:04 +02:00
insecure = true