diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-21 08:53:09 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-31 14:48:26 +0100 |
commit | 63e40f2d7c4074aff0be587c828eb511a6b7c878 (patch) | |
tree | 038959b20e15c60841f8f3584c99068f52460939 /app/config/tests/parameters.yml.dist.mysql | |
parent | 26975877d76a99f6a3153d3d3b4fc6c9f32687bc (diff) | |
download | wallabag-63e40f2d7c4074aff0be587c828eb511a6b7c878.tar.gz wallabag-63e40f2d7c4074aff0be587c828eb511a6b7c878.tar.zst wallabag-63e40f2d7c4074aff0be587c828eb511a6b7c878.zip |
Add CraueConfig for internal settings
Diffstat (limited to 'app/config/tests/parameters.yml.dist.mysql')
-rw-r--r-- | app/config/tests/parameters.yml.dist.mysql | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index 073f6c27..3244fd3a 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql | |||
@@ -27,32 +27,6 @@ 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 | |||
35 | download_pictures: false # if true, pictures will be stored into data/assets for each article | ||
36 | |||
37 | # Entry view | ||
38 | share_twitter: true | ||
39 | share_mail: true | ||
40 | share_shaarli: true | ||
41 | shaarli_url: http://myshaarli.com | ||
42 | share_diaspora: true | ||
43 | diaspora_url: http://diasporapod.com | ||
44 | flattr: true | ||
45 | carrot: true | ||
46 | show_printlink: true | ||
47 | export_epub: true | ||
48 | export_mobi: true | ||
49 | export_pdf: true | ||
50 | export_csv: true | ||
51 | export_json: true | ||
52 | export_txt: true | ||
53 | export_xml: true | ||
54 | wallabag_url: http://v2.wallabag.org | ||
55 | wallabag_support_url: 'https://www.wallabag.org/pages/support.html' | ||
56 | |||
57 | # pocket import | ||
58 | pocket_consumer_key: xxxxxxxx | ||