1
0
mirror of https://github.com/containous/traefik.git synced 2024-10-26 08:55:09 +03:00
traefik/integration/fixtures/simple_web.toml

15 lines
188 B
TOML
Raw Permalink 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"
2022-11-21 20:36:05 +03:00
noColor = true
[entryPoints]
[entryPoints.web]
2019-07-01 12:30:05 +03:00
address = ":8000"
[api]
2019-09-06 16:08:04 +03:00
insecure = true