]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/wallabag.yml
Jump to 2.3.7-dev
[github/wallabag/wallabag.git] / app / config / wallabag.yml
index d8c593c6741cec0dd09c392a551b608e657fa214..09b2f3a21fb5852871e32e0ac5adcfeb0c783332 100644 (file)
@@ -1,10 +1,11 @@
 wallabag_core:
-    version: 2.2.3
+    version: 2.3.7-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ă'
@@ -14,6 +15,7 @@ wallabag_core:
         oc: 'Occitan'
         it: 'Italiano'
         pt: 'Português'
+        ru: 'Русский'
     items_on_page: 12
     theme: material
     language: '%locale%'
@@ -26,6 +28,7 @@ wallabag_core:
     fetching_error_message: |
         wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.
     api_limit_mass_actions: 10
+    encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt"
     default_internal_settings:
         -
             name: share_public
@@ -147,18 +150,22 @@ wallabag_core:
             name: wallabag_support_url
             value: https://www.wallabag.org/pages/support.html
             section: misc
-        -
-            name: wallabag_url
-            value: http://v2.wallabag.org
-            section: misc
         -
             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%"
 
 wallabag_import:
     allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain', 'text/csv']
-    resource_dir: "%kernel.root_dir%/../web/uploads/import"
+    resource_dir: "%kernel.project_dir%/web/uploads/import"