Environment Variables
This document outlines all environment variables used in the project, separated by backend (Django) and frontend (React).
Backend (Django)
Variable |
Description |
Default |
|---|---|---|
|
Bar |
|
Frontend (React)
Variable |
Description |
Default |
|---|---|---|
|
Base URL for the backend API. |
|
|
Path to the API. |
|
Notes
All frontend environment variables must start with
MYKN_to be exposed to the app during build time.