- Changed VITE_SUPABASE_URL in .env.example for deployment consistency. - Added new user management functionality to reset user passwords in UserManagement component. - Updated supabase.ts to include first and last name fields in user profiles and added password reset functionality. - Enhanced DashboardLayout to include a user profile view and improved user display in TopNavbar. - Updated seed.sql to create additional users with roles for testing purposes.
9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
# Web environment (Vite)
|
|
VITE_SUPABASE_URL=http://exp-dash:54321
|
|
VITE_SUPABASE_ANON_KEY=[REDACTED]
|
|
|
|
# API config (optional)
|
|
# MQTT_BROKER_HOST=mqtt
|
|
# MQTT_BROKER_PORT=1883
|
|
|