]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/wallabag.yml
Added internal setting to enable/disable headers storage
[github/wallabag/wallabag.git] / app / config / wallabag.yml
CommitLineData
bf7f0cb5 1wallabag_core:
b4da3ee8 2 version: 2.3.0
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'
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'
ef5fcdee 17 ru: 'Русский'
bf7f0cb5
JB
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
9ca069a6 30 encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt"
bf7f0cb5
JB
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
bf7f0cb5
JB
152 -
153 name: api_user_registration
154 value: 0
155 section: api
8a219854
NL
156 -
157 name: store_article_headers
158 value: 0
159 section: entry
bf7f0cb5
JB
160
161wallabag_user:
162 registration_enabled: "%fosuser_registration%"
163
164wallabag_import:
165 allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain', 'text/csv']
9ca069a6 166 resource_dir: "%kernel.project_dir%/web/uploads/import"