Skip to content

Environment Variables

Both applications manage their own environment variables through .env files.

Backend

The backend loads configuration from backend/.env. Copy backend/.env.example to get started.

TODO

Document the required and optional environment variables for the backend, grouped by category (database, Redis, auth, external services, etc.).

Frontend

The frontend uses multiple environment files:

FilePurpose
frontend/.envDefault values
frontend/.env.productionProduction overrides
frontend/.env.testTest environment overrides

TODO

Document the frontend environment variables (Vite exposes variables prefixed with VITE_).

Envia Admin