Fixed missing config option

This commit is contained in:
Daniel Legt 2024-01-18 22:25:38 +02:00
parent 14668fd4d8
commit e64bf7cf57
1 changed files with 3 additions and 0 deletions

View File

@ -16,3 +16,6 @@ DISCORD_WEBHOOK=
# Google Drive Settings # Google Drive Settings
GOOGLE_DRIVE_FOLDER_ID= GOOGLE_DRIVE_FOLDER_ID=
# The amount of backups to be kept in google drive, this has nothing to do with time it's just a set number
# and will, logically, remove the oldest first.
GOOGLE_DRIVE_KEEP_BACKUP_COUNT=16