diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-04 15:59:57 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-04 15:59:57 +0100 |
commit | e008c037f53324b931f027483f9f1053171109c5 (patch) | |
tree | 441c54eb946ffb53a161cad8f686ce7aff875abd /app/config/tests/parameters.yml.dist.mysql | |
parent | 74f39b0952440fa0c55e5e8a2e1a8d2bbd3acfd7 (diff) | |
parent | 79b9e49d9464e9a67f6ee66fbf6f6c541b1a29f4 (diff) | |
download | wallabag-e008c037f53324b931f027483f9f1053171109c5.tar.gz wallabag-e008c037f53324b931f027483f9f1053171109c5.tar.zst wallabag-e008c037f53324b931f027483f9f1053171109c5.zip |
Merge pull request #1612 from wallabag/v2-settings-page
Settings page
Diffstat (limited to 'app/config/tests/parameters.yml.dist.mysql')
-rw-r--r-- | app/config/tests/parameters.yml.dist.mysql | 37 |
1 files changed, 1 insertions, 36 deletions
diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index 3b9262bb..dceb5dea 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql | |||
@@ -27,43 +27,8 @@ parameters: | |||
27 | # A secret key that's used to generate certain security-related tokens | 27 | # A secret key that's used to generate certain security-related tokens |
28 | secret: ThisTokenIsNotSoSecretChangeIt | 28 | secret: ThisTokenIsNotSoSecretChangeIt |
29 | 29 | ||
30 | # wallabag misc | 30 | # two factor stuff |
31 | app.version: 2.0.0-alpha | ||
32 | twofactor_auth: true | 31 | twofactor_auth: true |
33 | twofactor_sender: no-reply@wallabag.org | 32 | twofactor_sender: no-reply@wallabag.org |
34 | 33 | ||
35 | # message to display at the bottom of the page | ||
36 | warning_message: > | ||
37 | 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> | ||
38 | |||
39 | download_pictures: false # if true, pictures will be stored into data/assets for each article | ||
40 | |||
41 | # Entry view | ||
42 | share_twitter: true | ||
43 | share_mail: true | ||
44 | share_shaarli: true | ||
45 | shaarli_url: http://myshaarli.com | ||
46 | share_diaspora: true | ||
47 | diaspora_url: http://diasporapod.com | ||
48 | flattr: true | ||
49 | carrot: true | ||
50 | show_printlink: true | ||
51 | export_epub: true | ||
52 | export_mobi: true | ||
53 | export_pdf: true | ||
54 | export_csv: true | ||
55 | export_json: true | ||
56 | export_txt: true | ||
57 | export_xml: true | ||
58 | wallabag_url: http://v2.wallabag.org | ||
59 | wallabag_support_url: 'https://www.wallabag.org/pages/support.html' | ||
60 | |||
61 | # default user config | ||
62 | items_on_page: 12 | ||
63 | theme: material | ||
64 | language: en_US | ||
65 | from_email: no-reply@wallabag.org | 34 | from_email: no-reply@wallabag.org |
66 | rss_limit: 50 | ||
67 | |||
68 | # pocket import | ||
69 | pocket_consumer_key: xxxxxxxx | ||