mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Disable email alerts on backups by default
This commit is contained in:
parent
9144605b57
commit
8fe1b88947
|
@ -142,9 +142,9 @@ return [
|
||||||
'whenBackupWasSuccessful' => ['log'],
|
'whenBackupWasSuccessful' => ['log'],
|
||||||
'whenCleanupWasSuccessful' => ['log'],
|
'whenCleanupWasSuccessful' => ['log'],
|
||||||
'whenHealthyBackupWasFound' => ['log'],
|
'whenHealthyBackupWasFound' => ['log'],
|
||||||
'whenBackupHasFailed' => ['log', 'mail'],
|
'whenBackupHasFailed' => ['log'],
|
||||||
'whenCleanupHasFailed' => ['log', 'mail'],
|
'whenCleanupHasFailed' => ['log'],
|
||||||
'whenUnhealthyBackupWasFound' => ['log', 'mail'],
|
'whenUnhealthyBackupWasFound' => ['log'],
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue