Skip to content

Commit 54ec520

Browse files
author
hamidafghan
committed
Add filename config key
1 parent 736509b commit 54ec520

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

config/dbsync.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@
4848
'importSqlFile' => env('REMOTE_IMPORT_FILE', 'true'),
4949

5050
/**
51-
* Sets if the generated file.sql will be deleted after it has been imported.
51+
* Sets if the generated SQL file will be deleted after it has been imported.
5252
*/
5353
'removeFileAfterImport' => env('REMOTE_REMOVE_FILE_AFTER_IMPORT', 'true'),
54+
55+
/**
56+
* Sets the default name for SQL file if --filename is not provided
57+
*/
58+
'defaultFileName' => env('DEFAULT_FILE_NAME', 'file.sql'),
5459
];

0 commit comments

Comments
 (0)