Environment Variables Guide
How to manage environment variables in your BuiltStack project.
- Create a
.env file in your project root. - Add variables like DATABASE_URL, RESEND_API_KEY, etc.
- Never commit your
.env file to version control. - Use environment variable management in your deployment platform for production secrets.
See the 12 Factor App for best practices.