diff options
Diffstat (limited to 'app/constants.php')
-rw-r--r-- | app/constants.php | 1 |
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); |