Skip to main content

Frontend – Environment Variables

This document describes the main environment variables used by the CallPilot frontend and how to configure them for local development.

All variables follow the Vite convention and must start with VITE_.

⚠️ Important

  • Do not commit real keys or secrets to the repo.
  • Use .env (ignored by Git) for your local configuration.
  • The examples below use DEV endpoints and should be adapted for each environment (DEV / UAT / PROD).

1. Microservices dev endpoints

These variables define the base URLs for the different backend services consumed by the frontend.