Environment Variables
Docs site (this repo)
The documentation site is static and does not require application secrets.
Most hosts only require a PORT environment variable for the preview server
used by npm run serve.
If you deploy the static build to a CDN, no runtime environment variables are needed.
Backend services
Backend environment variables are defined in the backend repo. Use the backend
.env template and configuration files as the source of truth, then mirror them
in your hosting provider's secrets manager.