summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-01-11 14:01:32 -0800
committerFrédéric Guillot <fred@kanboard.net>2018-01-11 14:01:32 -0800
commitd35d5beee216ea0a092dac88e9b7556faa95372e (patch)
tree30098b2b885a445240e628894ceb7021d0fb02f6 /config.default.php
parentf7c6cbd0f41434afd8940bc54498b85d6d19e31c (diff)
Add option to disable Mysql SSL server verification
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php
index cc706306..a9e315e9 100644
--- a/config.default.php
+++ b/config.default.php
@@ -85,6 +85,9 @@ define('DB_SSL_CERT', null);
// Mysql SSL CA
define('DB_SSL_CA', null);
+// Mysql SSL server verification, set to false if you don't want the Mysql driver to validate the certificate CN
+define('DB_VERIFY_SERVER_CERT', null);
+
// Enable LDAP authentication (false by default)
define('LDAP_AUTH', false);