File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
/**
26
26
* Database username
27
27
*/
28
- 'username ' => env ('REMOTE_DATABASE_USERNAME ' , '' ),
28
+ 'username ' => env ('REMOTE_DATABASE_USERNAME ' , '' ),
29
29
30
30
/**
31
31
* Set the database name
32
32
*/
33
- 'database ' => env ('REMOTE_DATABASE_NAME ' , '' ),
33
+ 'database ' => env ('REMOTE_DATABASE_NAME ' , '' ),
34
34
35
35
/**
36
36
* Set the database password
37
37
*/
38
- 'password ' => env ('REMOTE_DATABASE_PASSWORD ' , '' ),
38
+ 'password ' => env ('REMOTE_DATABASE_PASSWORD ' , '' ),
39
39
40
40
/**
41
41
* provide a comma seperated list of tables to ignore, when set the tables specified will not be exported
42
42
*/
43
- 'ignore ' => env ('REMOTE_DATABASE_IGNORE_TABLES ' , '' ),
43
+ 'ignore ' => env ('REMOTE_DATABASE_IGNORE_TABLES ' , '' ),
44
44
45
45
/**
46
46
* Sets if the exported SQL file will be imported into the current database connection
47
47
*/
48
- 'ImportSqlFile ' => env ('REMOTE_IMPORT_FILE ' , 'true ' ),
48
+ 'ImportSqlFile ' => env ('REMOTE_IMPORT_FILE ' , 'true ' ),
49
49
50
50
/**
51
51
* Sets if the generated file.sql will be deleted after it has been imported.
You can’t perform that action at this time.
0 commit comments