Skip to main content

Configuration

Additionally to the general configuration options, the development environment can be configured with the following options.

Development Configuration

OptionDefault ValueDescription
APP_PORT80Port for the application.
APP_SSL_PORT443Port for the application with SSL.
DOCS_PORT3000Port for the documentation.
VITE_ENABLE_AXEfalseEnable accessibility check tools.
VITE_SSLfalseUse SSL for development hot reloading of the frontend code.
VITE_HOSTlocalhostDomain and port for the Vite dev server.
VITE_PORT1073Port for the Vite dev server.
WWWGROUP82 (alpine default)Group ID of the www-data user inside the container.
WWWUSER82 (alpine default)User ID of the www-data user inside the container.
CSP_ENABLEDtrueEnable Content-Security-Policy.