traefik/integration/fixtures/eureka/simple.toml
2016-11-16 23:21:47 +01:00

7 lines
149 B
TOML

defaultEntryPoints = ["http"]
[entryPoints]
[entryPoints.http]
address = ":8000"
[eureka]
endpoint = "http://127.0.0.1:8761/eureka"
delay = "1m"