1
0
Fork 0

test(integration-test): First test for eureka

This commit is contained in:
Julien Salleyron 2016-11-16 23:21:47 +01:00
parent 2af6cc4d1b
commit d2dcec40e1
4 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,7 @@
defaultEntryPoints = ["http"]
[entryPoints]
[entryPoints.http]
address = ":8000"
[eureka]
endpoint = "http://127.0.0.1:8761/eureka"
delay = "1m"