loglevel und defaultentrypoint aus api entfernt
This commit is contained in:
parent
ee4422dab4
commit
a4adcd5024
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue