The resolution order from to lowest priority during local development looks like this:
Example of a dotenv configuration file:
DB_HOST=localhost DB_PORT=5432 DB_USERNAME=myuser DB_PASSWORD=mypassword .env.development.local
But there was a fourth.
# .env.development.local DB_HOST=localhost DB_USER=dev_user DB_PASSWORD=secret_password_123 API_KEY=personal_dev_key_xyz Use code with caution. 3. Usage in Code process.env.DB_HOST The resolution order from to lowest priority during