# Shared team values — commit this file to version control # These are applied AFTER components, BEFORE .env.local # Secrets belong in .env.secrets.shared (encrypted via vault) # Shared across all environments API_URL=http://localhost:4000 APP_NAME=MyApp