Skip to content

Commit

Permalink
provide dump binary path for mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
cholladay0816 committed Sep 22, 2023
1 parent 2e5965f commit 25420ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@

'mysql' => [
'driver' => 'mysql',
'dump' => [
'dump_binary_path' => env('MYSQLDUMP_PATH')
],
'url' => env('DATABASE_URL'),
'host' => env('DB_HOST', '127.0.0.1'),
'port' => env('DB_PORT', '3306'),
Expand Down

0 comments on commit 25420ed

Please sign in to comment.