X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fwallabag.yml;h=bc78053a070bd31ecd694012841794630f4afd51;hb=1e921a657f02748d1745f5d98cdb2b3c50dc9555;hp=51b7e4e3034fcb9bf344d9e378ad2b6e5e284db1;hpb=873f6b8e03079d11fab541aa5b0bc6f8fe2d645e;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index 51b7e4e3..bc78053a 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -1,10 +1,11 @@ wallabag_core: - version: 2.2.3 + 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ă' @@ -14,18 +15,20 @@ wallabag_core: oc: 'Occitan' it: 'Italiano' pt: 'Português' + ru: 'Русский' items_on_page: 12 theme: material language: '%locale%' rss_limit: 50 - reading_speed: 1 + reading_speed: 200 cache_lifetime: 10 action_mark_as_read: 1 list_mode: 0 fetching_error_message_title: 'No title found' fetching_error_message: | - wallabag can't retrieve contents for this article. Please troubleshoot this issue. + wallabag can't retrieve contents for this article. Please troubleshoot this issue. api_limit_mass_actions: 10 + encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt" default_internal_settings: - name: share_public @@ -41,7 +44,7 @@ wallabag_core: section: entry - name: diaspora_url - value: http://diasporapod.com + value: https://diasporafoundation.org/ section: entry - name: share_unmark @@ -61,11 +64,11 @@ wallabag_core: section: entry - name: shaarli_url - value: http://myshaarli.com + value: https://github.com/shaarli/Shaarli section: entry - name: scuttle_url - value: http://scuttle.org + value: https://github.com/scronide/scuttle section: entry - name: share_mail @@ -151,10 +154,18 @@ 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%" 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"