summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
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 a9e315e9..31849160 100644
--- a/config.default.php
+++ b/config.default.php
@@ -88,6 +88,9 @@ 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);
+// Timeout value for PDO attribute
+define('DB_TIMEOUT', null);
+
// Enable LDAP authentication (false by default)
define('LDAP_AUTH', false);