File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -483,12 +483,12 @@ set up the connection using environment variables for the certificate paths:
483
483
server_version : ' 8.0.31'
484
484
driver : ' pdo_mysql'
485
485
options :
486
- # SSL private key (PDO::MYSQL_ATTR_SSL_KEY)
487
- 1007 : ' %env(MYSQL_SSL_KEY)%'
488
- # SSL certificate (PDO::MYSQL_ATTR_SSL_CERT)
489
- 1008 : ' %env(MYSQL_SSL_CERT)%'
490
- # SSL CA authority (PDO::MYSQL_ATTR_SSL_CA)
491
- 1009 : ' %env(MYSQL_SSL_CA)%'
486
+ # SSL private key
487
+ !php/const 'PDO::MYSQL_ATTR_SSL_KEY' : '%env(MYSQL_SSL_KEY)%'
488
+ # SSL certificate
489
+ !php/const 'PDO::MYSQL_ATTR_SSL_CERT' : '%env(MYSQL_SSL_CERT)%'
490
+ # SSL CA authority
491
+ !php/const 'PDO::MYSQL_ATTR_SSL_CA' : '%env(MYSQL_SSL_CA)%'
492
492
493
493
.. code-block :: xml
494
494
You can’t perform that action at this time.
0 commit comments