]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
move 2factor activation in parameters
[github/wallabag/wallabag.git] / app / config / config.yml
index 4a2c02bf9370e1b7d90fe5ccf92ff5b413ffe9da..956fdd07c7d5174983bd566863c9b3f535af3b93 100644 (file)
@@ -45,6 +45,7 @@ twig:
         export_mobi: %export_mobi%
         export_pdf: %export_pdf%
         version: %app.version%
+        twofactor_auth: %twofactor_auth%
         warning_message: %warning_message%
         paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
         flattr_url: "https://flattr.com/thing/1265480"
@@ -179,7 +180,7 @@ scheb_two_factor:
         cookie_lifetime: 2592000
 
     email:
-        enabled: true
-        sender_email: no-reply@wallabag.org
+        enabled: %twofactor_auth%
+        sender_email: %twofactor_sender%
         digits: 6
         template: WallabagUserBundle:Authentication:form.html.twig