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