# Duplicati Configuration
# Copy this to .env and set your values

# Required: Encryption key for Duplicati settings database
# Generate a secure key with: openssl rand -base64 32
SETTINGS_ENCRYPTION_KEY=your-secure-encryption-key-here

# Optional: Additional CLI arguments
# CLI_ARGS=--webservice-interface=any
