toml um local ergänzt

This commit is contained in:
Czechman 2021-10-20 03:11:01 +02:00
parent 0d7ffdfd04
commit 01cd91eb9c
1 changed files with 4 additions and 3 deletions

View File

@ -50,7 +50,7 @@ logLevel = "DEBUG"
defaultEntryPoints = ["https","http"] defaultEntryPoints = ["https","http"]
[api] [api]
debug = false debug = true
dashboard = true dashboard = true
[entryPoints] [entryPoints]
@ -73,8 +73,9 @@ onHostRule = true
entryPoint = "https" entryPoint = "https"
[[acme.domains]] [[acme.domains]]
main = "czechman.dynvpn.de" main = "czechman.dynvpn.de"
[[acme.domains]]
main = "local"
#[retry] #[retry]
[docker] [docker]