wrong path for database file

This commit is contained in:
Nicolas Lœuillet 2015-01-28 13:54:24 +01:00
parent 7dfc3c2b58
commit 9e11bfa4a6

View file

@ -1,7 +1,7 @@
# This file is a "template" of what your parameters.yml file should look like
parameters:
database_driver: pdo_sqlite
database_path: "%kernel.root_dir%/data/db/poche.sqlite"
database_path: "%kernel.root_dir%/../data/db/poche.sqlite"
mailer_transport: smtp
mailer_host: 127.0.0.1