1
2
3
4
5
6
7
8
9
10
11
12
13
14
15# Equalify Reflow Demo UI - Environment Variables
# These are optional - the demo UI works without any .env file when served
# from the same origin as the API (which is the default setup).
# API URL configuration:
# - Leave empty/unset for production (uses same-origin relative URLs)
# - Set to 'http://localhost:8080' for local development with `npm run dev`
VITE_API_URL=http://localhost:8080
# Optional: Grafana URL for monitoring links
VITE_GRAFANA_URL=http://localhost:3001
# Optional: Show UIC (University of Illinois Chicago) logo in the header
# VITE_SHOW_UIC_LOGO=true