mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Update database.php.default to include sslmode
This commit is contained in:
parent
ffb7e86641
commit
9a0b6ada38
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue