Note: this feature is available with [email protected] and higher.
- .env: Default.
- .env.local: Local overrides. This file is loaded for all environments except test.
- .env.development,- .env.test,- .env.production: Environment-specific settings.
- .env.development.local,- .env.test.local,- .env.production.local: Local overrides of environment-specific settings.