diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-12-29 20:32:58 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-12-29 20:32:58 +0100 |
commit | e6a228c43bf98f64d2d046314bae224c5b87399e (patch) | |
tree | 950c2c0533d4425b6572cfa9de84c40c44956b12 /app/config/parameters.yml.dist | |
parent | c997cfcc9c161241a6398b0942a1a869688d807a (diff) | |
parent | ab64c3d9ac591d30447428bd357b5b8c3a9bbcd7 (diff) | |
download | wallabag-e6a228c43bf98f64d2d046314bae224c5b87399e.tar.gz wallabag-e6a228c43bf98f64d2d046314bae224c5b87399e.tar.zst wallabag-e6a228c43bf98f64d2d046314bae224c5b87399e.zip |
Merge pull request #1544 from wallabag/2fa-email
v2 – Add custom email for 2FA
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 |