From 0879be2dfc53dd7a898f1e1fb395a555881b9253 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 2 Aug 2019 14:39:59 +0200 Subject: [PATCH] [SKIP CI] fix format --- overlay/etc/templates/config.php.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/etc/templates/config.php.tmpl b/overlay/etc/templates/config.php.tmpl index 2f36275..990a5ef 100644 --- a/overlay/etc/templates/config.php.tmpl +++ b/overlay/etc/templates/config.php.tmpl @@ -81,7 +81,7 @@ define('DB_SSL_CERT', {{ getenv "KANBOARD_DB_SSL_CERT" "null" }}); // Mysql SSL CA define('DB_SSL_CA', {{ getenv "KANBOARD_DB_SSL_CA" "null" }}); -// Mysql SSL server verification, set to false if you don't want the Mysql driver to validate the certificate CN +// Mysql SSL server verification, set to false if you dont want the Mysql driver to validate the certificate CN define('DB_VERIFY_SERVER_CERT', {{ getenv "KANBOARD_DB_VERIFY_SERVER_CERT" "null" }}); // Timeout value for PDO attribute