CRITICAL: Never commit .env files to version control!
- Set environment variables in your deployment platform
- Never commit
.envfiles to version control - Use the deployment guide in
DEPLOYMENT.md
See DEPLOYMENT.md for complete list of required environment variables.
- Use environment variables or secrets management in production
- Never hardcode credentials in source code
- Rotate keys regularly