mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00:00
Overrite the email notification for backup
This commit is contained in:
@@ -61,6 +61,9 @@ return [
|
||||
'options' => extension_loaded('pdo_mysql') ? array_filter([
|
||||
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
|
||||
]) : [],
|
||||
'dump' => [
|
||||
'skip_ssl' => true,
|
||||
],
|
||||
],
|
||||
|
||||
'mariadb' => [
|
||||
|
||||
Reference in New Issue
Block a user