Disable the loading of a .env file.
DNS server override. Rarely needed.
The length of the IDs. Cannot be higher than 32, and should not be lower than 8. As we use nanoId, 21 is equal to the 32 characters of a UUID v4.
The password to access the instance. If empty, the instance is publicly accessible. If set, this will load and enable a global middleware to check for the password inside the Authorization header. The only exception is the /info endpoint, which is always publicly accessible.
The log level of the app.
The port the app should listen on.
The password to access the stats api. If empty, the stats api is publicly accessible (except the instancePassword is set).
If swagger should be disabled.
Child instances do not run migrations or execute scheduled tasks. If you have multiple instances running, all but one should be child instances.