File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -507,9 +507,9 @@ set up the connection using environment variables for the certificate paths:
507
507
server-version =" 8.0.31"
508
508
driver =" pdo_mysql" >
509
509
510
- <doctrine : option key = " 1007 " >%env(MYSQL_SSL_KEY)%</doctrine : option >
511
- <doctrine : option key = " 1008 " >%env(MYSQL_SSL_CERT)%</doctrine : option >
512
- <doctrine : option key = " 1009 " >%env(MYSQL_SSL_CA)%</doctrine : option >
510
+ <doctrine : option key-type = " constant " key = " PDO::MYSQL_ATTR_SSL_KEY " >%env(MYSQL_SSL_KEY)%</doctrine : option >
511
+ <doctrine : option key-type = " constant " key = " PDO::MYSQL_ATTR_SSL_CERT " >%env(MYSQL_SSL_CERT)%</doctrine : option >
512
+ <doctrine : option key-type = " constant " key = " PDO::MYSQL_ATTR_SSL_CA " >%env(MYSQL_SSL_CA)%</doctrine : option >
513
513
</doctrine : dbal >
514
514
</doctrine : config >
515
515
</container >
You can’t perform that action at this time.
0 commit comments