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.