X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig.yml;h=7dc1bf51fdec87e699088e197eb26084bbdd9000;hb=61b9fdd5e4752ab3b13b161fdf82e1300c3d7deb;hp=f2f5f9f33b82f72b97c28ed5492633aacdb4317a;hpb=e4788de51ecbf2773a043325965e10eb74b14e8f;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config.yml b/app/config/config.yml index f2f5f9f3..7dc1bf51 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -65,12 +65,12 @@ assetic: doctrine: dbal: driver: "%database_driver%" + host: "%database_host%" + port: "%database_port%" + dbname: "%database_name%" + user: "%database_user%" + password: "%database_password%" charset: UTF8 - # if using pdo_sqlite as your database driver: - # 1. add the path in parameters.yml - # 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%" orm: