aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 4f4fb900..116bb04c 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -3,6 +3,10 @@ imports:
3 - { resource: security.yml } 3 - { resource: security.yml }
4 - { resource: services.yml } 4 - { resource: services.yml }
5 5
6parameters:
7 # Allows to use the live reload feature for changes in assets
8 use_webpack_dev_server: false
9
6framework: 10framework:
7 #esi: ~ 11 #esi: ~
8 translator: 12 translator:
@@ -55,6 +59,7 @@ wallabag_core:
55 list_mode: 0 59 list_mode: 0
56 fetching_error_message: | 60 fetching_error_message: |
57 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>. 61 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>.
62 api_limit_mass_actions: 10
58 63
59wallabag_user: 64wallabag_user:
60 registration_enabled: "%fosuser_registration%" 65 registration_enabled: "%fosuser_registration%"