diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-12-29 09:59:46 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-12-29 11:17:06 +0100 |
commit | 23ff8d36199c0cddb5bae4a5010cb71f861eeef8 (patch) | |
tree | 0da3a5941c85f80408e49db63ecd3b3ba5347a40 /app/config/parameters.yml.dist | |
parent | c997cfcc9c161241a6398b0942a1a869688d807a (diff) | |
download | wallabag-23ff8d36199c0cddb5bae4a5010cb71f861eeef8.tar.gz wallabag-23ff8d36199c0cddb5bae4a5010cb71f861eeef8.tar.zst wallabag-23ff8d36199c0cddb5bae4a5010cb71f861eeef8.zip |
Add custom email for 2FA
Related #1490
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index b475d637..149179c2 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -52,10 +52,11 @@ parameters: | |||
52 | export_mobi: true | 52 | export_mobi: true |
53 | export_pdf: true | 53 | export_pdf: true |
54 | wallabag_url: http://v2.wallabag.org | 54 | wallabag_url: http://v2.wallabag.org |
55 | wallabag_support_url: 'https://www.wallabag.org/pages/support.html' | ||
55 | 56 | ||
56 | # default user config | 57 | # default user config |
57 | items_on_page: 12 | 58 | items_on_page: 12 |
58 | theme: material | 59 | theme: material |
59 | language: en_US | 60 | language: en |
60 | from_email: no-reply@wallabag.org | 61 | from_email: no-reply@wallabag.org |
61 | rss_limit: 50 | 62 | rss_limit: 50 |