]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
The 'framework.trusted_proxies' configuration key has been deprecated in Symfony 3.3
[github/wallabag/wallabag.git] / app / config / config.yml
index 08da4f8f8bb8e11948cff4355e8924e083734462..0c2b6a1daf02dbc8f54129d87bc806c632089bd3 100644 (file)
@@ -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%"