We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d91f303 + 335c2ad commit c0f6fbdCopy full SHA for c0f6fbd
reference/configuration/doctrine.rst
@@ -507,9 +507,9 @@ set up the connection using environment variables for the certificate paths:
507
server-version="8.0.31"
508
driver="pdo_mysql">
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>
+ <doctrine:option key-type="constant" key="PDO::MYSQL_ATTR_SSL_KEY">%env(MYSQL_SSL_KEY)%</doctrine:option>
+ <doctrine:option key-type="constant" key="PDO::MYSQL_ATTR_SSL_CERT">%env(MYSQL_SSL_CERT)%</doctrine:option>
+ <doctrine:option key-type="constant" key="PDO::MYSQL_ATTR_SSL_CA">%env(MYSQL_SSL_CA)%</doctrine:option>
513
</doctrine:dbal>
514
</doctrine:config>
515
</container>
0 commit comments