ENVIRONMENT VARIABLES
Environment Variables
Manage the secrets and configuration your application needs to build and run. BugDrop provides a secure, encrypted vault for your environment variables.
ENVIRONMENT VARIABLE EDITOR
The editor supports manual entry or bulk pasting from a .env file. Existing values stay hidden by default and can be revealed on demand.
SECURITY ARCHITECTURE
How we keep your secrets safe.
Encrypted Vault
- Encryption
- All values are encrypted at rest using AES-256-GCM.
- Scope
- Variables are scoped strictly to the project they belong to.
- Injection
- Injected securely into the isolated build container at runtime.
- Value Privacy
- Saved values are hidden in the dashboard and must be explicitly revealed.
TROUBLESHOOTING
Missing Variables During Build
If your framework build fails with 'Cannot find module' or 'undefined' errors, verify that all required environment variables have been added to the project. Changes to environment variables require a new build to take effect.