13 lines
221 B
TOML
13 lines
221 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[api]
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
[providers]
|
|
[providers.consulCatalog]
|
|
domain = "consul.localhost"
|
|
frontEndRule = "Host:{{.ServiceName}}.{{.Domain}}"
|