]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
Merge pull request #3022 from wallabag/webpack
[github/wallabag/wallabag.git] / app / config / config.yml
index e0d6b860b69074f49f6bde415d7346f28d980628..116bb04c15c37f6f0f49c10de7044d1d8de7208f 100644 (file)
@@ -4,7 +4,8 @@ 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
 
 framework:
     #esi:             ~
@@ -58,6 +59,7 @@ wallabag_core:
     list_mode: 0
     fetching_error_message: |
         wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/master/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.
+    api_limit_mass_actions: 10
 
 wallabag_user:
     registration_enabled: "%fosuser_registration%"