mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
docs: Reference correct configuration entry
This commit is contained in:
parent
2efc141baa
commit
3bb8001c72
@ -2,13 +2,6 @@
|
|||||||
|
|
||||||
Options related to the server startup.
|
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
|
## Init
|
||||||
|
|
||||||
Contains a list of initializer that need to be run when starting the server.
|
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.
|
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.
|
* *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
|
## Setup
|
||||||
|
|
||||||
Handles the setup page the first time the server is started.
|
Handles the setup page the first time the server is started.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user