mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
default DB_MYSQLDUMP_PATH value
This commit is contained in:
@@ -62,7 +62,7 @@ return [
|
||||
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
|
||||
]) : [],
|
||||
'dump' => [
|
||||
'dump_binary_path' => '/Applications/MAMP/Library/bin', // only the path, so without `mysqldump` or `pg_dump`
|
||||
'dump_binary_path' => env('DB_MYSQLDUMP_PATH', 'usr/bin'), // only the path, so without `mysqldump` or `pg_dump`
|
||||
'use_single_transaction',
|
||||
'timeout' => 360,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user