Skip to content

Commit bdca9d4

Browse files
authored
Added port to sqlsrv settings
Most installations won't work without it.
1 parent 6dde426 commit bdca9d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/database.php

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
'sqlsrv' => [
7171
'driver' => 'sqlsrv',
7272
'host' => env('DB_HOST', 'localhost'),
73+
'port' => env('DB_PORT', '1433'),
7374
'database' => env('DB_DATABASE', 'forge'),
7475
'username' => env('DB_USERNAME', 'forge'),
7576
'password' => env('DB_PASSWORD', ''),

0 commit comments

Comments
 (0)