]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/wallabag.yml
Prepare 2.3.5 release
[github/wallabag/wallabag.git] / app / config / wallabag.yml
CommitLineData
bf7f0cb5 1wallabag_core:
a1272ab8 2 version: 2.3.5
bf7f0cb5
JB
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'
2020b445 8 th: 'ไทย'
bf7f0cb5
JB
9 tr: 'Türkçe'
10 fa: 'فارسی'
11 ro: 'Română'
12 pl: 'Polish'
13 da: 'Dansk'
14 es: 'Español'
15 oc: 'Occitan'
16 it: 'Italiano'
17 pt: 'Português'
ef5fcdee 18 ru: 'Русский'
bf7f0cb5
JB
19 items_on_page: 12
20 theme: material
21 language: '%locale%'
22 rss_limit: 50
23 reading_speed: 1
24 cache_lifetime: 10
25 action_mark_as_read: 1
26 list_mode: 0
27 fetching_error_message_title: 'No title found'
28 fetching_error_message: |
29 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>.
30 api_limit_mass_actions: 10
9ca069a6 31 encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt"
bf7f0cb5
JB
32 default_internal_settings:
33 -
34 name: share_public
35 value: 1
36 section: entry
37 -
38 name: carrot
39 value: 1
40 section: entry
41 -
42 name: share_diaspora
43 value: 1
44 section: entry
45 -
46 name: diaspora_url
47 value: http://diasporapod.com
48 section: entry
49 -
50 name: share_unmark
51 value: 1
52 section: entry
53 -
54 name: unmark_url
55 value: https://unmark.it
56 section: entry
57 -
58 name: share_shaarli
59 value: 1
60 section: entry
61 -
62 name: share_scuttle
63 value: 1
64 section: entry
65 -
66 name: shaarli_url
67 value: http://myshaarli.com
68 section: entry
69 -
70 name: scuttle_url
71 value: http://scuttle.org
72 section: entry
73 -
74 name: share_mail
75 value: 1
76 section: entry
77 -
78 name: share_twitter
79 value: 1
80 section: entry
81 -
82 name: show_printlink
83 value: 1
84 section: entry
85 -
86 name: restricted_access
87 value: 0
88 section: entry
89 -
90 name: export_epub
91 value: 1
92 section: export
93 -
94 name: export_mobi
95 value: 1
96 section: export
97 -
98 name: export_pdf
99 value: 1
100 section: export
101 -
102 name: export_csv
103 value: 1
104 section: export
105 -
106 name: export_json
107 value: 1
108 section: export
109 -
110 name: export_txt
111 value: 1
112 section: export
113 -
114 name: export_xml
115 value: 1
116 section: export
117 -
118 name: import_with_redis
119 value: 0
120 section: import
121 -
122 name: import_with_rabbitmq
123 value: 0
124 section: import
125 -
126 name: piwik_enabled
127 value: 0
128 section: analytics
129 -
130 name: piwik_host
131 value: v2.wallabag.org
132 section: analytics
133 -
134 name: piwik_site_id
135 value: 1
136 section: analytics
137 -
138 name: demo_mode_enabled
139 value: 0
140 section: misc
141 -
142 name: demo_mode_username
143 value: wallabag
144 section: misc
145 -
146 name: download_images_enabled
147 value: 0
148 section: misc
149 -
150 name: wallabag_support_url
151 value: https://www.wallabag.org/pages/support.html
152 section: misc
bf7f0cb5
JB
153 -
154 name: api_user_registration
155 value: 0
156 section: api
8a219854
NL
157 -
158 name: store_article_headers
159 value: 0
160 section: entry
893fd643
KD
161 -
162 name: shaarli_share_origin_url
163 value: 0
164 section: entry
bf7f0cb5
JB
165
166wallabag_user:
167 registration_enabled: "%fosuser_registration%"
168
169wallabag_import:
170 allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain', 'text/csv']
9ca069a6 171 resource_dir: "%kernel.project_dir%/web/uploads/import"