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.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 584b0da2..73bf0a0d 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -3,6 +3,11 @@ 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 craue_config.cache_adapter.class: Craue\ConfigBundle\CacheAdapter\SymfonyCacheComponentAdapter
10
6framework: 11framework:
7 #esi: ~ 12 #esi: ~
8 translator: 13 translator:
@@ -52,9 +57,10 @@ wallabag_core:
52 reading_speed: 1 57 reading_speed: 1
53 cache_lifetime: 10 58 cache_lifetime: 10
54 action_mark_as_read: 1 59 action_mark_as_read: 1
55 list_mode: 1 60 list_mode: 0
56 fetching_error_message: | 61 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>. 62 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>.
63 api_limit_mass_actions: 10
58 64
59wallabag_user: 65wallabag_user:
60 registration_enabled: "%fosuser_registration%" 66 registration_enabled: "%fosuser_registration%"