.env.dist.local

.env.dist.local

JWT_SECRET=local_jwt_secret_do_not_use_in_production

Some developers (regrettably) commit their actual .env file to Git. Now, production credentials leak, local paths clash, and every pull request creates a nightmare of merge conflicts. .env.dist.local

MAILER_DSN=smtp://127.0.0.1:1025

Leave a Reply

Your email address will not be published. Required fields are marked *