]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
Remove custom Postgres class
[github/wallabag/wallabag.git] / app / config / config.yml
index 951cdf71865ec0850f301a57b3529b7b789b9fea..ee0f0a38a8caf73f359ded5b914ce566818614ad 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%"
@@ -79,10 +78,13 @@ doctrine_migrations:
 
 # Swiftmailer Configuration
 swiftmailer:
-    transport: "%mailer_transport%"
-    host: "%mailer_host%"
-    username: "%mailer_user%"
-    password: "%mailer_password%"
+    transport:   "%mailer_transport%"
+    username:    "%mailer_user%"
+    password:    "%mailer_password%"
+    host:        "%mailer_host%"
+    port:        "%mailer_port%"
+    encryption:  "%mailer_encryption%"
+    auth_mode:   "%mailer_auth_mode%"
     spool:
         type: memory