From 400e230881bc71e052ee41da660ec5ff8dd3130d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 6 May 2016 19:19:05 -0400 Subject: Added support for Mysql SSL connection --- config.default.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.default.php') 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); -- cgit v1.2.3