{
  "application": "QuickDrop",
  "version": "3.2.0",
  "environment": "production",
  "database": {
    "host": "db-primary.internal",
    "port": 5432,
    "pool_size": 20,
    "ssl": true
  },
  "storage": {
    "provider": "s3-compatible",
    "bucket": "quickdrop-uploads",
    "region": "eu-central-1",
    "max_file_size_gb": 2,
    "encryption": "AES-256-GCM"
  },
  "features": {
    "public_files": true,
    "password_protection": true,
    "expiration_options": ["1h", "24h", "7d", "30d"],
    "max_downloads_limit": true
  },
  "rate_limits": {
    "uploads_per_hour": 20,
    "downloads_per_hour": 100,
    "api_requests_per_minute": 60
  }
}
