Skip to content

Enviroment Variables

Konstantin Müller edited this page Mar 29, 2025 · 3 revisions

The following environment variables are available:

Name Description
VITE_BACKEND_BASEURL Set Base URL from backend.
default: /api-local
VITE_FRONTEND_VERSION Set Version from Frontend.
default: development
VITE_FRONTEND_COMMIT_SHA Set Git Commit SHA.
default: <current sha>
VITE_FRONTEND_BRANCH Set Git Branch.
default: <current git branch>
VITE_FRONTEND_BUILD_TIME Set time when frontend has been built.
default: <current time>
NODE_ENV Set development environment. Possible values: production, staging or development

Please note: Currently only VITE_BACKEND_BASEURL and NODE_ENV are used.

Clone this wiki locally