.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.