2017-11-09 11:16:03 +00:00
|
|
|
logLevel = "DEBUG"
|
|
|
|
|
|
|
|
defaultEntryPoints = ["https"]
|
|
|
|
|
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.https]
|
|
|
|
address = ":4443"
|
|
|
|
[entryPoints.https.tls]
|
2018-11-14 09:18:03 +00:00
|
|
|
|
2017-12-21 13:16:03 +00:00
|
|
|
[entryPoints.https02]
|
|
|
|
address = ":8443"
|
|
|
|
[entryPoints.https02.tls]
|
2017-11-09 11:16:03 +00:00
|
|
|
|
2018-01-11 08:46:03 +00:00
|
|
|
[api]
|
2017-11-09 11:16:03 +00:00
|
|
|
|
|
|
|
[file]
|
|
|
|
|
|
|
|
fileName = "{{.DynamicConfFileName}}"
|
2018-11-14 09:18:03 +00:00
|
|
|
watch = true
|