From 3bb8001c72fa5b0ce58e8f42552a37a825e92a66 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Fri, 3 Feb 2023 11:32:07 +0100 Subject: [PATCH] docs: Reference correct configuration entry --- config/app/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/app/README.md b/config/app/README.md index 20da89aa8..e3978a41c 100644 --- a/config/app/README.md +++ b/config/app/README.md @@ -2,13 +2,6 @@ Options related to the server startup. -## Base - -This is the entry point to the main server setup. - -* *default*: The main application. This should only be changed/replaced - if you want to start from a different kind of class. - ## Init Contains a list of initializer that need to be run when starting the server. @@ -18,6 +11,13 @@ Contains a list of initializer that need to be run when starting the server. This is only relevant if setup is disabled but root container access is still required. * *initialize-prefilled-root*: Similar to `initialize-root` but adds some introductory resources to the root container. +## Main + +This is the entry point to the main server setup. + +* *default*: The main application. This should only be changed/replaced + if you want to start from a different kind of class. + ## Setup Handles the setup page the first time the server is started.