Skip to content

Commit def2b80

Browse files
committed
corrected SSH port env name
1 parent 766f58a commit def2b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/dbsync.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* Set the SSH port number, defaults to 22 when no option provided
2222
*/
23-
'sshPort' => env('REMOTE_DATABASE_PORT', '22'),
23+
'sshPort' => env('REMOTE_SSH_PORT', '22'),
2424

2525
/**
2626
* Database username

0 commit comments

Comments
 (0)