Skip to content

Commit

Permalink
CACC-241 We decided to have local database instances (instead of a se…
Browse files Browse the repository at this point in the history
…parate central database like dodo-dev). So no need to connect to database with SSL anymore.
  • Loading branch information
terrencegf committed Feb 25, 2019
1 parent 6e01ccb commit 08b6fdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Service/DBProps.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ public function getDBConnect()
);

$opts = array(
'ssl' => true,
'persistent' => true,
'portability' => DB_PORTABILITY_ALL
);
Expand Down

0 comments on commit 08b6fdd

Please sign in to comment.