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

Commit 4b88156

Browse files
chalasrfabpot
authored andcommitted
Fix sqlite db path in parameters.yml.dist, ignore it
1 parent edaea27 commit 4b88156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/parameters.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88
database_user: root
99
database_password: ~
1010
# You should uncomment this if you want to use pdo_sqlite
11-
#database_path: "%kernel.root_dir%/data.db3"
11+
#database_path: '%kernel.root_dir%/../var/data/data.sqlite'
1212

1313
mailer_transport: smtp
1414
mailer_host: 127.0.0.1

0 commit comments

Comments
 (0)