doc: Move defaultPolicy to the end in the config
This commit is contained in:
parent
092661c7eb
commit
0bf313a3f7
11
config.yaml
11
config.yaml
|
|
@ -9,13 +9,6 @@ listenAddressSingleHTTPFrontend: 0.0.0.0:1337
|
||||||
# Docs: https://docs.olivetin.app/advanced_configuration/logs.html
|
# Docs: https://docs.olivetin.app/advanced_configuration/logs.html
|
||||||
logLevel: "INFO"
|
logLevel: "INFO"
|
||||||
|
|
||||||
# Docs: https://docs.olivetin.app/reference/updateChecks.html
|
|
||||||
checkForUpdates: false
|
|
||||||
|
|
||||||
# Docs: https://docs.olivetin.app/security/acl.html
|
|
||||||
defaultPolicy:
|
|
||||||
showDiagnostics: false
|
|
||||||
|
|
||||||
# Actions are commands that are executed by OliveTin, and normally show up as
|
# Actions are commands that are executed by OliveTin, and normally show up as
|
||||||
# buttons on the WebUI.
|
# buttons on the WebUI.
|
||||||
#
|
#
|
||||||
|
|
@ -349,3 +342,7 @@ defaultPermissions:
|
||||||
exec: true
|
exec: true
|
||||||
logs: true
|
logs: true
|
||||||
|
|
||||||
|
# Docs: https://docs.olivetin.app/security/acl.html
|
||||||
|
defaultPolicy:
|
||||||
|
showDiagnostics: false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue