Add .env.example for local dev env vars

This commit is contained in:
Alireza Vaezi
2025-08-07 20:58:54 -04:00
parent eaf509fbf8
commit 2b25413040

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# Web environment (Vite)
VITE_SUPABASE_URL=
VITE_SUPABASE_ANON_KEY=
# API config (optional)
# MQTT_BROKER_HOST=mqtt
# MQTT_BROKER_PORT=1883