X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig.yml;h=9792616ec97e0182b8a0d3060215702af1630c41;hb=757ec837bea7f57dcefb71b3b90c66299ed6a922;hp=ee8186a684d5f4af7aa0ea7504d35aa6891d1a81;hpb=8655913ebf99a9d65be16ede71b52ee3d3474c5e;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config.yml b/app/config/config.yml index ee8186a6..9792616e 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -4,7 +4,9 @@ imports: - { 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: ~ @@ -33,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' @@ -57,7 +59,8 @@ wallabag_core: action_mark_as_read: 1 list_mode: 0 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%"