2016-02-02 17:03:40 +00:00
|
|
|
defaultEntryPoints = ["http"]
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
|
2018-01-11 08:46:03 +00:00
|
|
|
[api]
|
2017-09-08 18:50:04 +00:00
|
|
|
|
2016-02-02 17:03:40 +00:00
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.http]
|
|
|
|
address = ":8000"
|
|
|
|
|
|
|
|
[consulCatalog]
|
|
|
|
domain = "consul.localhost"
|
2017-05-08 17:46:53 +00:00
|
|
|
frontEndRule = "Host:{{.ServiceName}}.{{.Domain}}"
|