13 lines
228 B
TOML
13 lines
228 B
TOML
defaultEntryPoints = ["http"]
|
|
logLevel = "DEBUG"
|
|
|
|
[web]
|
|
address = ":8080"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
[consulCatalog]
|
|
domain = "consul.localhost"
|
|
frontEndRule = "Host:{{.ServiceName}}.{{.Domain}}"
|