# --- Bitwarden/Vaultwarden Server URL (Required) ---
BW_SERVER=""

# --- Backup Configuration (Optional) ---
BACKUP_ENCRYPTION_MODE="bitwarden" # 'bitwarden' (default) or 'raw'
RETAIN_DAYS="7"                   # Number of days to keep backups. 0 to keep forever.
LOG_FILE="/var/log/cron.log"      # Optional: Path to a log file.

# --- Scheduling (Choose one) ---
BACKUP_INTERVAL_HOURS="12" # Simple interval in hours.
CRON_EXPRESSION=""         # e.g., "0 0 * * *" for daily at midnight.

# --- Advanced ---
NODE_TLS_REJECT_UNAUTHORIZED="0" # Set to 0 for self-signed certificates.