Environment Variables

This document outlines all environment variables used in the project, separated by backend (Django) and frontend (React).

Backend (Django)

Variable

Description

Default

FOO

Bar

"bla"

Frontend (React)

Variable

Description

Default

MYKN_API_URL

Base URL for the backend API.

http://localhost:5173

MYKN_API_PATH

Path to the API.

/api/v1

Notes

  • All frontend environment variables must start with MYKN_ to be exposed to the app during build time.