1
0
Fork 0

test(integration-test): Integration test for eureka

This commit is contained in:
Julien Salleyron 2016-11-20 18:25:13 +01:00
parent cf8940e80e
commit e1724444ac
3 changed files with 93 additions and 8 deletions

View file

@ -1,7 +1,14 @@
defaultEntryPoints = ["http"]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8000"
[eureka]
endpoint = "http://127.0.0.1:8761/eureka"
delay = "1m"
endpoint = "http://{{.EurekaHost}}:8761/eureka"
delay = "1s"
[web]
address = ":8080"