8 lines
149 B
TOML
8 lines
149 B
TOML
|
defaultEntryPoints = ["http"]
|
||
|
[entryPoints]
|
||
|
[entryPoints.http]
|
||
|
address = ":8000"
|
||
|
[eureka]
|
||
|
endpoint = "http://127.0.0.1:8761/eureka"
|
||
|
delay = "1m"
|