diff options
Diffstat (limited to 'app/config/tests')
-rw-r--r-- | app/config/tests/parameters.yml.dist.mysql | 37 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.pgsql | 37 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.sqlite | 37 |
3 files changed, 3 insertions, 108 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 | ||
diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index a5aef028..e07db610 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql | |||
@@ -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 | ||
diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index cdafb1b1..01589d28 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite | |||
@@ -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 | ||