feat: implement download token generation for secure file access

This commit is contained in:
2025-11-27 20:03:17 +08:00
parent e671083f09
commit 940393c150
3 changed files with 38 additions and 2 deletions

View File

@@ -30,3 +30,6 @@ BACKUP_SCHEDULE=0 2 * * *
# Retention policy (days)
BACKUP_RETENTION_DAYS=30
# Download Configuration
DOWNLOAD_SECRET_KEY=your_download_secret_key_here