]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
Removed hardcoded database version
[github/wallabag/wallabag.git] / app / config / config.yml
index 092f3ec04860f342aecbfffb607252a45d168c80..4b34af3023c5e4ef2c7e07571c637c4c790fb248 100644 (file)
@@ -46,7 +46,6 @@ twig:
 doctrine:
     dbal:
         driver: "%database_driver%"
-        driver_class: "%database_driver_class%"
         host: "%database_host%"
         port: "%database_port%"
         dbname: "%database_name%"
@@ -55,7 +54,6 @@ doctrine:
         charset: "%database_charset%"
         path: "%database_path%"
         unix_socket: "%database_socket%"
-        server_version: 5.6
 
     orm:
         auto_generate_proxy_classes: "%kernel.debug%"