From 0bf313a3f722ba35036c9958f5b469dc6dca16d3 Mon Sep 17 00:00:00 2001 From: jamesread Date: Thu, 30 Oct 2025 21:14:49 +0000 Subject: [PATCH] doc: Move defaultPolicy to the end in the config --- config.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/config.yaml b/config.yaml index ca2da10..e655b36 100644 --- a/config.yaml +++ b/config.yaml @@ -9,13 +9,6 @@ listenAddressSingleHTTPFrontend: 0.0.0.0:1337 # Docs: https://docs.olivetin.app/advanced_configuration/logs.html 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 # buttons on the WebUI. # @@ -349,3 +342,7 @@ defaultPermissions: exec: true logs: true +# Docs: https://docs.olivetin.app/security/acl.html +defaultPolicy: + showDiagnostics: false +