1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

migrating legacy to symfony

This commit is contained in:
Nicolas Lœuillet 2015-01-22 17:18:56 +01:00
parent 2b9fe72b39
commit 9d50517cea
31 changed files with 1825 additions and 20 deletions

View file

@ -58,7 +58,7 @@ doctrine:
# e.g. database_path: "%kernel.root_dir%/data/data.db3"
# 2. Uncomment database_path in parameters.yml.dist
# 3. Uncomment next line:
# path: "%database_path%"
path: "%database_path%"
orm:
auto_generate_proxy_classes: "%kernel.debug%"

View file

@ -7,7 +7,7 @@ parameters:
database_user: root
database_password: ~
# You should uncomment this if you want use pdo_sqlite
# database_path: "%kernel.root_dir%/data.db3"
database_path: "%kernel.root_dir%/data/db/poche.sqlite"
mailer_transport: smtp
mailer_host: 127.0.0.1