diff options
Diffstat (limited to 'application/config/example')
-rw-r--r-- | application/config/example/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/example/database.php b/application/config/example/database.php index 5bfc5b293..a5083d0eb 100644 --- a/application/config/example/database.php +++ b/application/config/example/database.php @@ -47,7 +47,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 |