Skip to main content

.env.local

Key Features of .env.local

1. Environment-Specific Override

Benefits of Using .env.local

.env.local

The .env.local file is a local environment file used to store sensitive or environment-specific variables for your application. It's commonly used in development environments to override or add variables that are not committed to version control. .env.local

NEXT_PUBLIC_API_URL=http://localhost:8000