2016-11-16 22:21:47 +00:00
|
|
|
defaultEntryPoints = ["http"]
|
2016-11-20 17:25:13 +00:00
|
|
|
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
|
2016-11-16 22:21:47 +00:00
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.http]
|
|
|
|
address = ":8000"
|
2016-11-20 17:25:13 +00:00
|
|
|
|
|
|
|
|
2016-11-16 22:21:47 +00:00
|
|
|
[eureka]
|
2016-11-20 17:25:13 +00:00
|
|
|
endpoint = "http://{{.EurekaHost}}:8761/eureka"
|
|
|
|
delay = "1s"
|
|
|
|
[web]
|
|
|
|
address = ":8080"
|