This commit is contained in:
parent
65ae2558ca
commit
0879be2dfc
@ -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
|
||||
|
Reference in New Issue
Block a user