diff options
author | Jeremy <jeremy.benoist@gmail.com> | 2015-03-28 14:27:45 +0100 |
---|---|---|
committer | Jeremy <jeremy.benoist@gmail.com> | 2015-03-31 22:47:43 +0200 |
commit | 0c83fd5994861efa728097dd151c994796c39ae1 (patch) | |
tree | 925520c0bb62d2b9ba7270020fc2ebcebb520f8c /app | |
parent | f98a2a0fc3ae8a5955bb811f083c3d2535f96791 (diff) | |
download | wallabag-0c83fd5994861efa728097dd151c994796c39ae1.tar.gz wallabag-0c83fd5994861efa728097dd151c994796c39ae1.tar.zst wallabag-0c83fd5994861efa728097dd151c994796c39ae1.zip |
Add rss for entries
will fix #1000
Diffstat (limited to 'app')
-rw-r--r-- | app/config/parameters.yml.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 8f967011..73318013 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -42,3 +42,4 @@ parameters: | |||
42 | theme: baggy | 42 | theme: baggy |
43 | language: en_US | 43 | language: en_US |
44 | from_email: no-reply@wallabag.org | 44 | from_email: no-reply@wallabag.org |
45 | rss_limit: 50 | ||