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