We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b7771 commit 9126fdfCopy full SHA for 9126fdf
reference/configuration/doctrine.rst
@@ -203,7 +203,7 @@ Full Default Configuration
203
password="secret"
204
driver="pdo_mysql"
205
driver-class="MyNamespace\MyDriverImpl"
206
- path="%kernel.data_dir%/data.sqlite"
+ path="%kernel.root_dir%/../var/data/data.sqlite"
207
memory="true"
208
unix-socket="/tmp/mysql.sock"
209
wrapper-class="MyDoctrineDbalConnectionWrapper"
@@ -431,7 +431,7 @@ The following block shows all possible configuration keys:
431
432
433
434
435
436
437
0 commit comments