diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-10-23 11:09:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 11:09:17 +0200 |
commit | 1953a872932a63792293b4aec087880265ba89f7 (patch) | |
tree | fd16599e737fcdaf193c933ef3ec4a4ee248b117 /app/config/wallabag.yml | |
parent | d83d25dadec2c38460a32d96f5d2903426fec9d3 (diff) | |
parent | 702f2d67d60ca963492b90dad74cb5f8dcc84e51 (diff) | |
download | wallabag-1953a872932a63792293b4aec087880265ba89f7.tar.gz wallabag-1953a872932a63792293b4aec087880265ba89f7.tar.zst wallabag-1953a872932a63792293b4aec087880265ba89f7.zip |
Merge pull request #3011 from wallabag/2.3
wallabag 2.3.0
Diffstat (limited to 'app/config/wallabag.yml')
-rw-r--r-- | app/config/wallabag.yml | 162 |
1 files changed, 162 insertions, 0 deletions
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml new file mode 100644 index 00000000..bbc587b0 --- /dev/null +++ b/app/config/wallabag.yml | |||
@@ -0,0 +1,162 @@ | |||
1 | wallabag_core: | ||
2 | version: 2.3.0 | ||
3 | paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" | ||
4 | languages: | ||
5 | en: 'English' | ||
6 | fr: 'Français' | ||
7 | de: 'Deutsch' | ||
8 | tr: 'Türkçe' | ||
9 | fa: 'فارسی' | ||
10 | ro: 'Română' | ||
11 | pl: 'Polish' | ||
12 | da: 'Dansk' | ||
13 | es: 'Español' | ||
14 | oc: 'Occitan' | ||
15 | it: 'Italiano' | ||
16 | pt: 'Português' | ||
17 | ru: 'Русский' | ||
18 | items_on_page: 12 | ||
19 | theme: material | ||
20 | language: '%locale%' | ||
21 | rss_limit: 50 | ||
22 | reading_speed: 1 | ||
23 | cache_lifetime: 10 | ||
24 | action_mark_as_read: 1 | ||
25 | list_mode: 0 | ||
26 | fetching_error_message_title: 'No title found' | ||
27 | fetching_error_message: | | ||
28 | wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>. | ||
29 | api_limit_mass_actions: 10 | ||
30 | encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt" | ||
31 | default_internal_settings: | ||
32 | - | ||
33 | name: share_public | ||
34 | value: 1 | ||
35 | section: entry | ||
36 | - | ||
37 | name: carrot | ||
38 | value: 1 | ||
39 | section: entry | ||
40 | - | ||
41 | name: share_diaspora | ||
42 | value: 1 | ||
43 | section: entry | ||
44 | - | ||
45 | name: diaspora_url | ||
46 | value: http://diasporapod.com | ||
47 | section: entry | ||
48 | - | ||
49 | name: share_unmark | ||
50 | value: 1 | ||
51 | section: entry | ||
52 | - | ||
53 | name: unmark_url | ||
54 | value: https://unmark.it | ||
55 | section: entry | ||
56 | - | ||
57 | name: share_shaarli | ||
58 | value: 1 | ||
59 | section: entry | ||
60 | - | ||
61 | name: share_scuttle | ||
62 | value: 1 | ||
63 | section: entry | ||
64 | - | ||
65 | name: shaarli_url | ||
66 | value: http://myshaarli.com | ||
67 | section: entry | ||
68 | - | ||
69 | name: scuttle_url | ||
70 | value: http://scuttle.org | ||
71 | section: entry | ||
72 | - | ||
73 | name: share_mail | ||
74 | value: 1 | ||
75 | section: entry | ||
76 | - | ||
77 | name: share_twitter | ||
78 | value: 1 | ||
79 | section: entry | ||
80 | - | ||
81 | name: show_printlink | ||
82 | value: 1 | ||
83 | section: entry | ||
84 | - | ||
85 | name: restricted_access | ||
86 | value: 0 | ||
87 | section: entry | ||
88 | - | ||
89 | name: export_epub | ||
90 | value: 1 | ||
91 | section: export | ||
92 | - | ||
93 | name: export_mobi | ||
94 | value: 1 | ||
95 | section: export | ||
96 | - | ||
97 | name: export_pdf | ||
98 | value: 1 | ||
99 | section: export | ||
100 | - | ||
101 | name: export_csv | ||
102 | value: 1 | ||
103 | section: export | ||
104 | - | ||
105 | name: export_json | ||
106 | value: 1 | ||
107 | section: export | ||
108 | - | ||
109 | name: export_txt | ||
110 | value: 1 | ||
111 | section: export | ||
112 | - | ||
113 | name: export_xml | ||
114 | value: 1 | ||
115 | section: export | ||
116 | - | ||
117 | name: import_with_redis | ||
118 | value: 0 | ||
119 | section: import | ||
120 | - | ||
121 | name: import_with_rabbitmq | ||
122 | value: 0 | ||
123 | section: import | ||
124 | - | ||
125 | name: piwik_enabled | ||
126 | value: 0 | ||
127 | section: analytics | ||
128 | - | ||
129 | name: piwik_host | ||
130 | value: v2.wallabag.org | ||
131 | section: analytics | ||
132 | - | ||
133 | name: piwik_site_id | ||
134 | value: 1 | ||
135 | section: analytics | ||
136 | - | ||
137 | name: demo_mode_enabled | ||
138 | value: 0 | ||
139 | section: misc | ||
140 | - | ||
141 | name: demo_mode_username | ||
142 | value: wallabag | ||
143 | section: misc | ||
144 | - | ||
145 | name: download_images_enabled | ||
146 | value: 0 | ||
147 | section: misc | ||
148 | - | ||
149 | name: wallabag_support_url | ||
150 | value: https://www.wallabag.org/pages/support.html | ||
151 | section: misc | ||
152 | - | ||
153 | name: api_user_registration | ||
154 | value: 0 | ||
155 | section: api | ||
156 | |||
157 | wallabag_user: | ||
158 | registration_enabled: "%fosuser_registration%" | ||
159 | |||
160 | wallabag_import: | ||
161 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain', 'text/csv'] | ||
162 | resource_dir: "%kernel.project_dir%/web/uploads/import" | ||