14 lines
208 B
TOML
14 lines
208 B
TOML
defaultEntryPoints = ["http"]
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
|
|
[eureka]
|
|
endpoint = "http://{{.EurekaHost}}:8761/eureka"
|
|
delay = "1s"
|
|
[web]
|
|
address = ":8080"
|