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

Commit ba7086f

Browse files
committed
Merge branch '3.2'
* 3.2: Fix sqlite db path in parameters.yml.dist, ignore it updated VENDORS for 3.2.6
2 parents 3d0af06 + 4b88156 commit ba7086f

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)