]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
fixup! Debug MySQL failing
[github/wallabag/wallabag.git] / app / config / config.yml
index 951cdf71865ec0850f301a57b3529b7b789b9fea..b2ab00926a57bae9b3e3af6ba33cccfcf8faf381 100644 (file)
@@ -79,10 +79,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
 
@@ -362,3 +365,6 @@ jms_serializer:
 sensio_framework_extra:
    router:
         annotations: false
+
+craue_config:
+    entity_name: Wallabag\CoreBundle\Entity\InternalSetting