Update database.php.default to include sslmode

This commit is contained in:
Stephen Cuppett 2014-11-15 16:32:17 -05:00 committed by mark_story
parent ffb7e86641
commit 9a0b6ada38

View file

@ -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`
*