ENV vars
Reviewed
ENV vars are how you pass configuration into your app without committing it to your repository: database credentials, API keys, feature flags, and anything else that differs between local, staging, and production. The pages below cover the variables fortrabbit sets for you, how to read them from PHP and the shell, how dotenv files interact with the dashboard, and the security trade-offs to know about before storing secrets there.