X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig.yml;h=28abe7340ad8e50d97803b14b254d7f923056778;hb=d168fff7a9aedb19db05a95a3264e548748126c1;hp=e0d6b860b69074f49f6bde415d7346f28d980628;hpb=64f81bc31699ed239e4becec1cfa7ebc0bef2b5a;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config.yml b/app/config/config.yml index e0d6b860..28abe734 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -4,7 +4,9 @@ imports: - { resource: services.yml } parameters: - use_webpack_dev_server: true + # 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: ~ @@ -58,6 +60,7 @@ wallabag_core: list_mode: 0 fetching_error_message: | wallabag can't retrieve contents for this article. Please troubleshoot this issue. + api_limit_mass_actions: 10 wallabag_user: registration_enabled: "%fosuser_registration%"