From f7f30d8d37e7de092cd72be4bff05c20d8447772 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Tue, 5 Feb 2019 19:51:55 +0100 Subject: [PATCH] Move attribute explanations to the top of the file --- Resources/doc/configuration.rst | 47 ++++++++++++++++++++++----------- 1 file changed, 31 insertions(+), 16 deletions(-) diff --git a/Resources/doc/configuration.rst b/Resources/doc/configuration.rst index cc7ecf67b..b04064910 100644 --- a/Resources/doc/configuration.rst +++ b/Resources/doc/configuration.rst @@ -1003,9 +1003,24 @@ can configure. The following block shows all possible configuration keys: http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd"> + + + + + + + + + + + + + + + + url="mysql://user:secret@localhost:1234/otherdatabase" dbname="database" host="localhost" port="1234" @@ -1013,23 +1028,23 @@ can configure. The following block shows all possible configuration keys: password="secret" driver="pdo_mysql" driver-class="MyNamespace\MyDriverImpl" - path="%kernel.project_dir%/var/data.db" - memory="true" + path="%kernel.project_dir%/var/data.db" + memory="true" unix-socket="/tmp/mysql.sock" persistent="true" - multiple-active-result-sets="true" - pooled="true" - protocol="TCPIP" - server="my_database_server" - service="true" - servicename="MyOracleServiceName" - sessionMode"2" - default_dbname="database" - sslmode="require" - sslrootcert="postgresql-ca.pem" - sslcert="postgresql-cert.pem" - sslkey="postgresql-key.pem" - sslcrl="postgresql.crl" + multiple-active-result-sets="true" + pooled="true" + protocol="TCPIP" + server="my_database_server" + service="true" + servicename="MyOracleServiceName" + sessionMode="2" + default_dbname="database" + sslmode="require" + sslrootcert="postgresql-ca.pem" + sslcert="postgresql-cert.pem" + sslkey="postgresql-key.pem" + sslcrl="postgresql.crl" wrapper-class="MyDoctrineDbalConnectionWrapper" charset="UTF8" logging="%kernel.debug%"