diff options
author | Tim Nolte <noltet@sekisui-spi.com> | 2015-06-18 21:33:00 +0200 |
---|---|---|
committer | Tim Nolte <noltet@sekisui-spi.com> | 2015-06-18 21:33:00 +0200 |
commit | 52ec8252a0cf1c57022fabe7a6d1abd0824f1d90 (patch) | |
tree | b1ec77a2ad3e7452b0b48902ee288b93ede22d10 /application/config | |
parent | ced557b99cec159a3ad36e497819b8da7f70cd1e (diff) |
Fixed a cleanup miss in the default database config file to follow the recent SSL feature changes.
Signed-off-by: Tim Nolte <noltet@sekisui-spi.com>
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/database.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/application/config/database.php b/application/config/database.php index 7baab3fd5..20e66eab2 100644 --- a/application/config/database.php +++ b/application/config/database.php @@ -43,12 +43,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | ['compress'] Whether or not to use client compression (MySQL only) | ['stricton'] TRUE/FALSE - forces 'Strict Mode' connections | - good for ensuring strict SQL while developing -| ['db_options'] Used to set various database connections options and values. (MySQLi only) -| ['ssl_key'] The path name to the key file. (MySQLi only) -| ['ssl_cert'] The path name to the certificate file. (MySQLi only) -| ['ssl_ca'] The path name to the certificate authority file. (MySQLi only) -| ['ssl_capath'] The pathname to a directory that contains trusted SSL CA certificates in PEM format. (MySQLi only) -| ['ssl_cipher'] A list of allowable ciphers to use for SSL encryption. (MySQLi only) +| ['ssl_options'] Used to set various SSL options that can be used when making SSL connections. | ['failover'] array - A array with 0 or more data for connections if the main should fail. | ['save_queries'] TRUE/FALSE - Whether to "save" all executed queries. | NOTE: Disabling this will also effectively disable both |