X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=app%2Fconfig%2Fconfig.yml;h=7dc1bf51fdec87e699088e197eb26084bbdd9000;hb=61b9fdd5e4752ab3b13b161fdf82e1300c3d7deb;hp=e5c87860da3761ad5f799c70d8f2bfe121c2f48b;hpb=27f15aa4ca4eb0eff11ddb3f3a2ce6fe945ba0e2;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config.yml b/app/config/config.yml index e5c87860..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: @@ -101,6 +101,6 @@ fos_rest: failed_validation: HTTP_BAD_REQUEST default_engine: twig routing_loader: - include_format: false + default_format: json nelmio_api_doc: ~ \ No newline at end of file