# imgforge K6 Load Test Configuration
# Copy this file to .env and configure for your environment
# Server Configuration
IMGFORGE_URL=http://localhost:3000
# HMAC Authentication (required unless IMGFORGE_ALLOW_UNSIGNED is true)
# Generate these with: openssl rand -hex 32
IMGFORGE_KEY=your-hmac-key-here
IMGFORGE_SALT=your-hmac-salt-here
# Allow unsigned URLs (development only, set to true if server has IMGFORGE_ALLOW_UNSIGNED=true)
IMGFORGE_ALLOW_UNSIGNED=false
# Test Image URL (must be publicly accessible)
# Default uses Lorem Picsum for random test images
TEST_IMAGE_URL=https://picsum.photos/800/600
# Alternative test image sources:
# TEST_IMAGE_URL=https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0
# TEST_IMAGE_URL=http://localhost:8080/test-image.jpg