23 lines
435 B
TOML
23 lines
435 B
TOML
logLevel = "DEBUG"
|
|
|
|
defaultEntryPoints = ["http", "https"]
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8080"
|
|
[entryPoints.https]
|
|
address = ":5001"
|
|
[entryPoints.https.tls]
|
|
|
|
|
|
[acme]
|
|
email = "test@traefik.io"
|
|
storage = "/dev/null"
|
|
entryPoint = "https"
|
|
onDemand = {{.OnDemand}}
|
|
OnHostRule = {{.OnHostRule}}
|
|
caServer = "http://{{.BoulderHost}}:4000/directory"
|
|
|
|
[file]
|
|
filename = "fixtures/acme/certificates.toml"
|
|
watch = true
|