X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fwallabag.yml;h=6b4722fc2cb3fd1d1de6b2e5d86dc21444b2495c;hb=ef7f187fa8aa18acf68750e5539ccceb524ab598;hp=51b7e4e3034fcb9bf344d9e378ad2b6e5e284db1;hpb=80f4d85ac92ab4dc490c51f2d831ac7fa3853826;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index 51b7e4e3..6b4722fc 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -14,6 +14,7 @@ wallabag_core: oc: 'Occitan' it: 'Italiano' pt: 'Português' + ru: 'Русский' items_on_page: 12 theme: material language: '%locale%' @@ -26,6 +27,7 @@ wallabag_core: fetching_error_message: | 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 @@ -157,4 +159,4 @@ wallabag_user: 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"