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