mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 08:06:33 +00:00
wrong path for database file
This commit is contained in:
parent
7dfc3c2b58
commit
9e11bfa4a6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# This file is a "template" of what your parameters.yml file should look like
|
# This file is a "template" of what your parameters.yml file should look like
|
||||||
parameters:
|
parameters:
|
||||||
database_driver: pdo_sqlite
|
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_transport: smtp
|
||||||
mailer_host: 127.0.0.1
|
mailer_host: 127.0.0.1
|
||||||
|
|
Loading…
Reference in a new issue