ae275c9e60
Fixes #176
9 lines
150 B
TOML
9 lines
150 B
TOML
defaultEntryPoints = ["http"]
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
[consulCatalog]
|
|
domain = "consul.localhost"
|