[SKIP CI] fix format
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2019-08-02 14:39:59 +02:00
parent 65ae2558ca
commit 0879be2dfc
1 changed files with 1 additions and 1 deletions

View File

@ -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