# Copy this file to .env and fill in your values. # All variables are prefixed with AGRAVITY_. # Required: your x-functions-key API key AGRAVITY_API_KEY=your-api-key-here # Optional: override the base API URL # AGRAVITY_BASE_URL=https://devagravitypublic.azurewebsites.net/api # Optional: HTTP request timeout in seconds # AGRAVITY_TIMEOUT=60.0 # Optional: set to false to disable SSL certificate verification (not recommended) # AGRAVITY_VERIFY_SSL=true