X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig.yml;h=04f8547dea49dfc953142cb0228908d05ca5cf0a;hb=1c5da417e4ddb14223f9af6e5cea6778e5c0fd08;hp=4f4fb900e325e6950eaf405bf85492d550e75fd7;hpb=e1d64050ad6f54e45d3954ffac21daaee58c6240;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config.yml b/app/config/config.yml index 4f4fb900..04f8547d 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -3,6 +3,11 @@ imports: - { resource: security.yml } - { resource: services.yml } +parameters: + # Allows to use the live reload feature for changes in assets + use_webpack_dev_server: false + craue_config.cache_adapter.class: Craue\ConfigBundle\CacheAdapter\SymfonyCacheComponentAdapter + framework: #esi: ~ translator: @@ -30,7 +35,7 @@ framework: assets: ~ wallabag_core: - version: 2.2.2 + version: 2.2.3 paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" languages: en: 'English' @@ -53,8 +58,10 @@ wallabag_core: 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 wallabag_user: registration_enabled: "%fosuser_registration%"