]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/wallabag.yml
Added Simplified Chinese as a language option
[github/wallabag/wallabag.git] / app / config / wallabag.yml
CommitLineData
bf7f0cb5 1wallabag_core:
6546aca4 2 version: 2.4.0-dev
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: 'Русский'
9ce18f06 19 zh: '简体中文'
bf7f0cb5
JB
20 items_on_page: 12
21 theme: material
22 language: '%locale%'
23 rss_limit: 50
af7b22a3 24 reading_speed: 200
bf7f0cb5
JB
25 cache_lifetime: 10
26 action_mark_as_read: 1
27 list_mode: 0
28 fetching_error_message_title: 'No title found'
29 fetching_error_message: |
1e921a65 30 wallabag can't retrieve contents for this article. Please <a href="https://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.
bf7f0cb5 31 api_limit_mass_actions: 10
9ca069a6 32 encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt"
bf7f0cb5
JB
33 default_internal_settings:
34 -
35 name: share_public
36 value: 1
37 section: entry
38 -
39 name: carrot
40 value: 1
41 section: entry
42 -
43 name: share_diaspora
44 value: 1
45 section: entry
46 -
47 name: diaspora_url
6fb7d4a7 48 value: https://diasporapod.com
bf7f0cb5
JB
49 section: entry
50 -
51 name: share_unmark
52 value: 1
53 section: entry
54 -
55 name: unmark_url
56 value: https://unmark.it
57 section: entry
58 -
59 name: share_shaarli
60 value: 1
61 section: entry
62 -
63 name: share_scuttle
64 value: 1
65 section: entry
66 -
67 name: shaarli_url
20349b02 68 value: https://myshaarli.com
bf7f0cb5
JB
69 section: entry
70 -
6fb7d4a7
SR
71 name: scuttle_url
72 value: https://scuttle.org
bf7f0cb5
JB
73 section: entry
74 -
75 name: share_mail
76 value: 1
77 section: entry
78 -
79 name: share_twitter
80 value: 1
81 section: entry
82 -
83 name: show_printlink
84 value: 1
85 section: entry
86 -
87 name: restricted_access
88 value: 0
89 section: entry
90 -
91 name: export_epub
92 value: 1
93 section: export
94 -
95 name: export_mobi
96 value: 1
97 section: export
98 -
99 name: export_pdf
100 value: 1
101 section: export
102 -
103 name: export_csv
104 value: 1
105 section: export
106 -
107 name: export_json
108 value: 1
109 section: export
110 -
111 name: export_txt
112 value: 1
113 section: export
114 -
115 name: export_xml
116 value: 1
117 section: export
118 -
119 name: import_with_redis
120 value: 0
121 section: import
122 -
123 name: import_with_rabbitmq
124 value: 0
125 section: import
126 -
127 name: piwik_enabled
128 value: 0
129 section: analytics
130 -
131 name: piwik_host
132 value: v2.wallabag.org
133 section: analytics
134 -
135 name: piwik_site_id
136 value: 1
137 section: analytics
138 -
139 name: demo_mode_enabled
140 value: 0
141 section: misc
142 -
143 name: demo_mode_username
144 value: wallabag
145 section: misc
146 -
147 name: download_images_enabled
148 value: 0
149 section: misc
150 -
151 name: wallabag_support_url
152 value: https://www.wallabag.org/pages/support.html
153 section: misc
bf7f0cb5
JB
154 -
155 name: api_user_registration
156 value: 0
157 section: api
8a219854
NL
158 -
159 name: store_article_headers
160 value: 0
161 section: entry
893fd643
KD
162 -
163 name: shaarli_share_origin_url
164 value: 0
165 section: entry
bf7f0cb5
JB
166
167wallabag_user:
168 registration_enabled: "%fosuser_registration%"
169
170wallabag_import:
171 allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain', 'text/csv']
9ca069a6 172 resource_dir: "%kernel.project_dir%/web/uploads/import"