diff options
author | Andrey Andreev <narf@devilix.net> | 2018-08-22 14:01:20 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2018-08-22 14:01:20 +0200 |
commit | f1e13c0127d9ba2d6da722672401b92dd37780bb (patch) | |
tree | e210fed582ada064c7a89cfff7ea6ce4010f70a9 /application/config/database.php | |
parent | 058102de9f4977968fe5d7359e63400d4927cf72 (diff) |
[ci skip] Close #5513
Diffstat (limited to 'application/config/database.php')
-rw-r--r-- | application/config/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/database.php b/application/config/database.php index d22321e2a..0088ef140 100644 --- a/application/config/database.php +++ b/application/config/database.php @@ -49,7 +49,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | 'ssl_ca' - Path to the certificate authority file | 'ssl_capath' - Path to a directory containing trusted CA certificates in PEM format | 'ssl_cipher' - List of *allowed* ciphers to be used for the encryption, separated by colons (':') -| 'ssl_verify' - TRUE/FALSE; Whether verify the server certificate or not ('mysqli' only) +| 'ssl_verify' - TRUE/FALSE; Whether verify the server certificate or not | | ['compress'] Whether or not to use client compression (MySQL only) | ['stricton'] TRUE/FALSE - forces 'Strict Mode' connections |