summaryrefslogtreecommitdiff
path: root/app/constants.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 /app/constants.php
parentf7c6cbd0f41434afd8940bc54498b85d6d19e31c (diff)
Add option to disable Mysql SSL server verification
Diffstat (limited to 'app/constants.php')
-rw-r--r--app/constants.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/constants.php b/app/constants.php
index 7029ce03..4b87d18e 100644
--- a/app/constants.php
+++ b/app/constants.php
@@ -53,6 +53,7 @@ defined('DB_PORT') or define('DB_PORT', null);
defined('DB_SSL_KEY') or define('DB_SSL_KEY', null);
defined('DB_SSL_CERT') or define('DB_SSL_CERT', null);
defined('DB_SSL_CA') or define('DB_SSL_CA', null);
+defined('DB_VERIFY_SERVER_CERT') or define('DB_VERIFY_SERVER_CERT', null);
// Database backend group provider
defined('DB_GROUP_PROVIDER') or define('DB_GROUP_PROVIDER', true);