diff options
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 37 |
1 files changed, 1 insertions, 36 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index ac4a4cc8..79654e9e 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -37,43 +37,8 @@ parameters: | |||
37 | # A secret key that's used to generate certain security-related tokens | 37 | # A secret key that's used to generate certain security-related tokens |
38 | secret: ovmpmAWXRCabNlMgzlzFXDYmCFfzGv | 38 | secret: ovmpmAWXRCabNlMgzlzFXDYmCFfzGv |
39 | 39 | ||
40 | # wallabag misc | 40 | # two factor stuff |
41 | app.version: 2.0.0-alpha | ||
42 | twofactor_auth: true | 41 | twofactor_auth: true |
43 | twofactor_sender: no-reply@wallabag.org | 42 | twofactor_sender: no-reply@wallabag.org |
44 | 43 | ||
45 | # message to display at the bottom of the page | ||
46 | warning_message: > | ||
47 | You're trying wallabag v2, which is in alpha version. If you find a bug, please have a look to <a href="https://github.com/wallabag/wallabag/issues">our issues list</a> and <a href="https://github.com/wallabag/wallabag/issues/new">open a new if necessary</a> | ||
48 | |||
49 | download_pictures: false # if true, pictures will be stored into data/assets for each article | ||
50 | |||
51 | # Entry view | ||
52 | share_twitter: true | ||
53 | share_mail: true | ||
54 | share_shaarli: true | ||
55 | shaarli_url: http://myshaarli.com | ||
56 | share_diaspora: true | ||
57 | diaspora_url: http://diasporapod.com | ||
58 | flattr: true | ||
59 | carrot: true | ||
60 | show_printlink: true | ||
61 | export_epub: true | ||
62 | export_mobi: true | ||
63 | export_pdf: true | ||
64 | export_csv: true | ||
65 | export_json: true | ||
66 | export_txt: true | ||
67 | export_xml: true | ||
68 | wallabag_url: http://v2.wallabag.org | ||
69 | wallabag_support_url: 'https://www.wallabag.org/pages/support.html' | ||
70 | |||
71 | # default user config | ||
72 | items_on_page: 12 | ||
73 | theme: material | ||
74 | language: en | ||
75 | from_email: no-reply@wallabag.org | 44 | from_email: no-reply@wallabag.org |
76 | rss_limit: 50 | ||
77 | |||
78 | # pocket import | ||
79 | pocket_consumer_key: xxxxxxxx | ||