.env.sample
It sounds obvious, but double-check that you haven't accidentally left a real production password in your sample file.
An ideal .env.sample should be easy to read and well-documented. Here is a structure you can follow: .env.sample
ENABLE_NEW_DASHBOARD=false ENABLE_ANALYTICS=true It sounds obvious, but double-check that you haven't
It contains secrets, passwords, and environment-specific values. It’s listed in .gitignore . It sounds obvious