Skip to content

Commit

Permalink
Update database.php.default to include sslmode
Browse files Browse the repository at this point in the history
  • Loading branch information
cuppett authored and markstory committed Nov 21, 2014
1 parent ffb7e86 commit 9a0b6ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Config/database.php.default
Expand Up @@ -50,6 +50,10 @@
* For MySQL, Postgres specifies the character encoding to use when connecting to the
* database. Uses database default not specified.
*
* sslmode =>
* For Postgres specifies whether to 'disable', 'allow', 'prefer', or 'require' SSL for the
* connection. The default value is 'allow'.
*
* unix_socket =>
* For MySQL to connect via socket specify the `unix_socket` parameter instead of `host` and `port`
*
Expand Down

0 comments on commit 9a0b6ad

Please sign in to comment.