Process Flow - Environment management
Start: Define environments
Create environment variables
Assign variables to environment
Deploy application
Application reads env variables
Use different env for dev, test, prod
Update env variables as needed
Redeploy or refresh app to apply changes
This flow shows how environment variables are defined, assigned, and used in Supabase projects to manage different settings for development, testing, and production.