X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig.yml;h=0c2b6a1daf02dbc8f54129d87bc806c632089bd3;hb=80336f77fd6ef72dafe20b35b74d74d06592c06f;hp=08da4f8f8bb8e11948cff4355e8924e083734462;hpb=91f9bacf735e61072d6f0e9f47cc5ec6401193c7;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config.yml b/app/config/config.yml index 08da4f8f..0c2b6a1d 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -26,7 +26,6 @@ framework: engines: ['twig'] default_locale: "%locale%" trusted_hosts: ~ - trusted_proxies: ~ session: # handler_id set to null will use default session handler from php.ini handler_id: session.handler.native_file @@ -47,6 +46,7 @@ twig: doctrine: dbal: driver: "%database_driver%" + driver_class: "%database_driver_class%" host: "%database_host%" port: "%database_port%" dbname: "%database_name%"