]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
Prepare files for 2.0.0-beta.2
[github/wallabag/wallabag.git] / app / config / config.yml
index dc6bccee00a768461d977b4e7e675d848a5032e7..f0885d9d1d9c19c8bd28c7430e4bc96fcf470648 100644 (file)
@@ -28,13 +28,18 @@ framework:
     assets: ~
 
 wallabag_core:
-    version: 2.0.0-alpha.2
+    version: 2.0.0-beta.2
     paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
     languages:
         en: 'English'
         fr: 'Français'
         de: 'Deutsch'
         tr: 'Türkçe'
+        fa: 'فارسی'
+        ro: 'Română'
+        pl: 'Polish'
+        da: 'Dansk'
+        es: 'Español'
     items_on_page: 12
     theme: material
     language: en
@@ -168,7 +173,7 @@ fos_user:
     user_class: Wallabag\UserBundle\Entity\User
     registration:
         confirmation:
-            enabled: true
+            enabled: %fosuser_confirmation%
     from_email:
         address:        %from_email%
         sender_name:    wallabag
@@ -197,3 +202,13 @@ scheb_two_factor:
 kphoen_rulerz:
     executors:
         doctrine: true
+
+lexik_maintenance:
+    authorized:
+        ips: ['127.0.0.1']
+    driver:
+        ttl: 3600
+        class: 'Lexik\Bundle\MaintenanceBundle\Drivers\DatabaseDriver'
+    response:
+        code: 503
+        status: "wallabag Service Temporarily Unavailable"