Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request cachethq#2041 from CachetHQ/sqlsrv
Browse files Browse the repository at this point in the history
Removed sqlsrv config since we don't support it
  • Loading branch information
GrahamCampbell authored Aug 8, 2016
2 parents b67c0e2 + 0437690 commit 943f762
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,6 @@
'schema' => env('DB_SCHEMA', 'public'),
],

'sqlsrv' => [
'driver' => 'sqlsrv',
'host' => env('DB_HOST', null),
'database' => env('DB_DATABASE', null),
'username' => env('DB_USERNAME', null),
'password' => env('DB_PASSWORD', null),
'port' => env('DB_PORT', null),
'prefix' => env('DB_PREFIX', null),
],

],

/*
Expand Down

0 comments on commit 943f762

Please sign in to comment.