traefik/integration/fixtures/eureka/simple.toml

8 lines
149 B
TOML
Raw Normal View History

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