2021-07-22 15:08:28 +02:00

12 lines
424 B
Markdown

# App
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.
* *default*: The default setup that makes sure the root container has the necessary resources.