File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ Full Default Configuration
203
203
password =" secret"
204
204
driver =" pdo_mysql"
205
205
driver-class =" MyNamespace\MyDriverImpl"
206
- path =" %kernel.data_dir% /data.sqlite"
206
+ path =" %kernel.root_dir%/app/data /data.sqlite"
207
207
memory =" true"
208
208
unix-socket =" /tmp/mysql.sock"
209
209
wrapper-class =" MyDoctrineDbalConnectionWrapper"
@@ -395,7 +395,7 @@ The following block shows all possible configuration keys:
395
395
# the DBAL driverOptions option
396
396
options :
397
397
foo : bar
398
- path : ' %kernel.data_dir% /data.sqlite'
398
+ path : ' %kernel.root_dir%/data /data.sqlite'
399
399
memory : true
400
400
unix_socket : /tmp/mysql.sock
401
401
# the DBAL wrapperClass option
@@ -431,7 +431,7 @@ The following block shows all possible configuration keys:
66AC
tr>431
431
password =" secret"
432
432
driver =" pdo_mysql"
433
433
driver-class =" MyNamespace\MyDriverImpl"
434
- path =" %kernel.data_dir% /data.sqlite"
434
+ path =" %kernel.root_dir%/data /data.sqlite"
435
435
memory =" true"
436
436
unix-socket =" /tmp/mysql.sock"
437
437
wrapper-class =" MyDoctrineDbalConnectionWrapper"
You can’t perform that action at this time.
0 commit comments