mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-22 23:56:29 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue