From 9a963daed3b462911b534c3980ac66dc61c1e154 Mon Sep 17 00:00:00 2001 From: Maxime Horcholle Date: Thu, 12 Jan 2017 14:13:29 +0100 Subject: [PATCH 1/2] doc: fix yaml synthax --- Resources/doc/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/doc/configuration.rst b/Resources/doc/configuration.rst index c683458fc..cf5591e5b 100644 --- a/Resources/doc/configuration.rst +++ b/Resources/doc/configuration.rst @@ -883,7 +883,7 @@ can configure. The following block shows all possible configuration keys: driver_class: MyNamespace\MyDriverImpl options: foo: bar - path: %kernel.data_dir%/data.sqlite # SQLite specific + path: "%kernel.data_dir%/data.sqlite" # SQLite specific memory: true # SQLite specific unix_socket: /tmp/mysql.sock persistent: true @@ -898,7 +898,7 @@ can configure. The following block shows all possible configuration keys: sslrootcert: postgresql-ca.pem # PostgreSQL specific (LIBPQ-CONNECT-SSLROOTCERT) wrapper_class: MyDoctrineDbalConnectionWrapper charset: UTF8 - logging: %kernel.debug% + logging: "%kernel.debug%" platform_service: MyOwnDatabasePlatformService auto_commit: false schema_filter: ^sf2_ From 9c1a71dd09243483b30153c8d5be22a145561141 Mon Sep 17 00:00:00 2001 From: Maxime Horcholle Date: Thu, 12 Jan 2017 14:15:47 +0100 Subject: [PATCH 2/2] Update configuration.rst --- Resources/doc/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/configuration.rst b/Resources/doc/configuration.rst index cf5591e5b..521203b5b 100644 --- a/Resources/doc/configuration.rst +++ b/Resources/doc/configuration.rst @@ -884,7 +884,7 @@ can configure. The following block shows all possible configuration keys: options: foo: bar path: "%kernel.data_dir%/data.sqlite" # SQLite specific - memory: true # SQLite specific + memory: true # SQLite specific unix_socket: /tmp/mysql.sock persistent: true MultipleActiveResultSets: true # pdo_sqlsrv driver specific