aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-12-12 17:41:03 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-12-12 17:41:03 +0100
commit24879db1f73c85b121702ba8c6ea36bae285c7c3 (patch)
tree9caa9e59d581ea0be79193635683bac5f1065438 /app/config/config.yml
parent2c1eed8051160499d40ed033c83dd003c81b371e (diff)
downloadwallabag-24879db1f73c85b121702ba8c6ea36bae285c7c3.tar.gz
wallabag-24879db1f73c85b121702ba8c6ea36bae285c7c3.tar.zst
wallabag-24879db1f73c85b121702ba8c6ea36bae285c7c3.zip
Add default value for list_mode
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 6b1ed056..d52f37c8 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -51,6 +51,8 @@ wallabag_core:
51 rss_limit: 50 51 rss_limit: 50
52 reading_speed: 1 52 reading_speed: 1
53 cache_lifetime: 10 53 cache_lifetime: 10
54 action_mark_as_read: 1
55 list_mode: 1
54 fetching_error_message: | 56 fetching_error_message: |
55 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>. 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>.
56 58