mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-29 10:59:49 +01:00
Remove backup notification setting for now (#321)
This commit is contained in:
parent
21b21e85f5
commit
ce202748c8
@ -27,8 +27,6 @@ BACKUP_ENABLED=false
|
||||
# Choose the destination of the backup. If you set up AWS S3 credentials below you may choose 's3' which is used
|
||||
# as a synonym for AWS. Leave blank or set to 'local' if you want to store backups within /storage/app/backups.
|
||||
BACKUP_DISK=s3
|
||||
# Set to false if you do not want to be notified about successful or broken backups
|
||||
BACKUP_NOTIFICATIONS=true
|
||||
# The notification email may be used to get backup notifications
|
||||
BACKUP_NOTIFICATION_EMAIL=your@email.com
|
||||
# Maximum size of all backups in megabytes
|
||||
|
@ -27,8 +27,6 @@ BACKUP_ENABLED=false
|
||||
# Choose the destination of the backup. If you set up AWS S3 credentials below you may choose 's3' which is used
|
||||
# as a synonym for AWS. Leave blank or set to 'local' if you want to store backups within /storage/app/backups.
|
||||
BACKUP_DISK=s3
|
||||
# Set to false if you do not want to be notified about successful or broken backups
|
||||
BACKUP_NOTIFICATIONS=true
|
||||
# The notification email may be used to get backup notifications
|
||||
BACKUP_NOTIFICATION_EMAIL=your@email.com
|
||||
# Maximum size of all backups in megabytes
|
||||
|
@ -24,8 +24,6 @@ BACKUP_ENABLED=false
|
||||
# Choose the destination of the backup. If you set up AWS S3 credentials below you may choose 'cloud' which is used
|
||||
# as a synonym for AWS. Leave blank or set to 'local' if you want to store backups within /storage/app/backups.
|
||||
BACKUP_DISK=cloud
|
||||
# Set to false if you do not want to be notified about successful or broken backups
|
||||
BACKUP_NOTIFICATIONS=true
|
||||
# The notification email may be used to get backup notifications, Mail must be configured for this to work!
|
||||
BACKUP_NOTIFICATION_EMAIL=your@email.com
|
||||
# Maximum size of the backups in megabytes
|
||||
|
Loading…
x
Reference in New Issue
Block a user