4a68d29ce2
Co-authored-by: Gérald Croës <gerald@containo.us>
13 lines
223 B
TOML
13 lines
223 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[api]
|
|
|
|
[entrypoints]
|
|
[entrypoints.web]
|
|
address = ":8000"
|
|
|
|
[providers]
|
|
[providers.consulCatalog]
|
|
domain = "consul.localhost"
|
|
frontEndRule = "Host(`{{.ServiceName}}.{{.Domain}}`)"
|