1
0
mirror of https://github.com/containous/traefik.git synced 2025-02-09 09:57:34 +03:00
2018-01-11 09:46:03 +01:00

14 lines
188 B
TOML

defaultEntryPoints = ["http"]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8000"
[eureka]
endpoint = "http://{{.EurekaHost}}:8761/eureka"
delay = "1s"
[api]