]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/wallabag.yml
Fixed default value for reading speed
[github/wallabag/wallabag.git] / app / config / wallabag.yml
index bbc587b0dae692df79d45f87f36ff18e47ecf893..f1ef0924ac434bfb7cf77ba19e51553e35500956 100644 (file)
@@ -1,10 +1,11 @@
 wallabag_core:
-    version: 2.3.0
+    version: 2.4.0-dev
     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'
+        th: 'ไทย'
         tr: 'Türkçe'
         fa: 'فارسی'
         ro: 'Română'
@@ -19,7 +20,7 @@ wallabag_core:
     theme: material
     language: '%locale%'
     rss_limit: 50
-    reading_speed: 1
+    reading_speed: 200
     cache_lifetime: 10
     action_mark_as_read: 1
     list_mode: 0
@@ -153,6 +154,14 @@ wallabag_core:
             name: api_user_registration
             value: 0
             section: api
+        -
+            name: store_article_headers
+            value: 0
+            section: entry
+        -
+            name: shaarli_share_origin_url
+            value: 0
+            section: entry
 
 wallabag_user:
     registration_enabled: "%fosuser_registration%"