Securely manage secrets and configuration for your builds.
Add environment variables in your project settings. These are available during builds and can be used in your app code.
API_URL=https://api.example.comAPI_KEY=your-secret-keyMark sensitive variables as secrets. Secret values are encrypted and never displayed in logs or UI.
Set different values for development, staging, and production environments. Each environment can have its own set of variables.