Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 47a1a14

Browse files
chalasrfabpot
authored andcommitted
Update sample sqlite path according to symfony 3 directory structure
1 parent 69d1b9a commit 47a1a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ doctrine:
4949
charset: UTF8
5050
# if using pdo_sqlite as your database driver:
5151
# 1. add the path in parameters.yml
52-
# e.g. database_path: "%kernel.root_dir%/data/data.db3"
52+
# e.g. database_path: "%kernel.root_dir%/../var/data/data.sqlite"
5353
# 2. Uncomment database_path in parameters.yml.dist
5454
# 3. Uncomment next line:
5555
#path: "%database_path%"

0 commit comments

Comments
 (0)