loglevel und defaultentrypoint aus api entfernt

This commit is contained in:
MatthiasCzech 2019-02-05 02:10:51 +01:00
parent ee4422dab4
commit a4adcd5024
1 changed files with 2 additions and 2 deletions

View File

@ -46,12 +46,12 @@
# [backends.dokuwiki] # [backends.dokuwiki]
# [backends.dokuwiki.servers.wiki] # [backends.dokuwiki.servers.wiki]
# url = "http://172.17.0.2:80" # url = "http://172.17.0.2:80"
logLevel = "DEBUG"
defaultEntryPoints = ["https","http"]
[api] [api]
debug = false debug = false
dashboard = true dashboard = true
logLevel = "DEBUG"
defaultEntryPoints = ["https","http"]
[entryPoints] [entryPoints]
[entryPoints.http] [entryPoints.http]