mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 19:59:18 -08:00
Fixed env var for backup config - related to #14964
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
ab1e097b7c
commit
bce7a278ae
|
@ -139,7 +139,7 @@ return [
|
||||||
'to' => env('MAIL_BACKUP_NOTIFICATION_ADDRESS', null),
|
'to' => env('MAIL_BACKUP_NOTIFICATION_ADDRESS', null),
|
||||||
|
|
||||||
'from' => [
|
'from' => [
|
||||||
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
|
'address' => env('MAIL_FROM_ADDR', 'hello@example.com'),
|
||||||
'name' => env('MAIL_FROM_NAME', 'Example'),
|
'name' => env('MAIL_FROM_NAME', 'Example'),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue