Skip to content

Instantly share code, notes, and snippets.

@jyydev
Created June 29, 2021 02:54
Show Gist options
  • Save jyydev/51b2288fe8b54080bc032a9a78f924c1 to your computer and use it in GitHub Desktop.
Save jyydev/51b2288fe8b54080bc032a9a78f924c1 to your computer and use it in GitHub Desktop.
.env file priority

.env file priority for environment variables

.env.development.local > .env.development > .env.local > .env

.env.production.local > .env.production > .env.local > .env

If the same variable exists, higher priotiy (on the left) will overwrite the value of the lower priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment