.env.dist.local Jun 2026

If you want to introduce this into your workflow, follow these steps:

Sometimes an application requires local tools that aren't used in production (e.g., a local MailHog instance or a specific Docker port). By putting these in .env.dist.local , you tell your teammates: "If you are running this locally, you will likely need to configure these specific variables." 2. Standardizing Developer Workflows .env.dist.local

It allows a team lead to provide a "local distribution" file that others can copy and fill in, ensuring everyone has the same local-only configuration keys. 2. How to Set It Up If you want to introduce this into your

LOG_CHANNEL=stack LOG_LEVEL=debug