-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env-example
More file actions
14 lines (11 loc) · 584 Bytes
/
.env-example
File metadata and controls
14 lines (11 loc) · 584 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# --- 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.