Close

.env.development Extra Quality < Tested & Working >

: Keep local development settings separate from production secrets.

The framework sets an internal variable, usually NODE_ENV , to "development" .

Local overrides across all environments (except sometimes testing). Never committed to git.

.env.local .env.*.local .env.production # But keep .env.development if it has safe defaults

: Keep local development settings separate from production secrets.

The framework sets an internal variable, usually NODE_ENV , to "development" .

Local overrides across all environments (except sometimes testing). Never committed to git.

.env.local .env.*.local .env.production # But keep .env.development if it has safe defaults