summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-05-06 19:19:05 -0400
committerFrederic Guillot <fred@kanboard.net>2016-05-06 19:19:05 -0400
commit400e230881bc71e052ee41da660ec5ff8dd3130d (patch)
treedfe32f874dca7f93c37ac5184941a8932293119a /config.default.php
parent72dcb6fc9b48a2b0c730b499685052bf256cf3c2 (diff)
Added support for Mysql SSL connection
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php
index 5656a770..49988a3b 100644
--- a/config.default.php
+++ b/config.default.php
@@ -50,6 +50,15 @@ define('DB_NAME', 'kanboard');
// Mysql/Postgres custom port (null = default port)
define('DB_PORT', null);
+// Mysql SSL key
+define('DB_SSL_KEY', null);
+
+// Mysql SSL certificate
+define('DB_SSL_CERT', null);
+
+// Mysql SSL CA
+define('DB_SSL_CA', null);
+
// Enable LDAP authentication (false by default)
define('LDAP_AUTH', false);