diff options
Diffstat (limited to 'app/config/wallabag.yml')
-rw-r--r-- | app/config/wallabag.yml | 161 |
1 files changed, 161 insertions, 0 deletions
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml new file mode 100644 index 00000000..b45934e4 --- /dev/null +++ b/app/config/wallabag.yml | |||
@@ -0,0 +1,161 @@ | |||
1 | wallabag_core: | ||
2 | version: 2.2.3 | ||
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 | items_on_page: 12 | ||
18 | theme: material | ||
19 | language: '%locale%' | ||
20 | rss_limit: 50 | ||
21 | reading_speed: 1 | ||
22 | cache_lifetime: 10 | ||
23 | action_mark_as_read: 1 | ||
24 | list_mode: 0 | ||
25 | fetching_error_message_title: 'No title found' | ||
26 | fetching_error_message: | | ||
27 | 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>. | ||
28 | api_limit_mass_actions: 10 | ||
29 | encryption_key_path: "%kernel.root_dir%/../data/site-credentials-secret-key.txt" | ||
30 | default_internal_settings: | ||
31 | - | ||
32 | name: share_public | ||
33 | value: 1 | ||
34 | section: entry | ||
35 | - | ||
36 | name: carrot | ||
37 | value: 1 | ||
38 | section: entry | ||
39 | - | ||
40 | name: share_diaspora | ||
41 | value: 1 | ||
42 | section: entry | ||
43 | - | ||
44 | name: diaspora_url | ||
45 | value: http://diasporapod.com | ||
46 | section: entry | ||
47 | - | ||
48 | name: share_unmark | ||
49 | value: 1 | ||
50 | section: entry | ||
51 | - | ||
52 | name: unmark_url | ||
53 | value: https://unmark.it | ||
54 | section: entry | ||
55 | - | ||
56 | name: share_shaarli | ||
57 | value: 1 | ||
58 | section: entry | ||
59 | - | ||
60 | name: share_scuttle | ||
61 | value: 1 | ||
62 | section: entry | ||
63 | - | ||
64 | name: shaarli_url | ||
65 | value: http://myshaarli.com | ||
66 | section: entry | ||
67 | - | ||
68 | name: scuttle_url | ||
69 | value: http://scuttle.org | ||
70 | section: entry | ||
71 | - | ||
72 | name: share_mail | ||
73 | value: 1 | ||
74 | section: entry | ||
75 | - | ||
76 | name: share_twitter | ||
77 | value: 1 | ||
78 | section: entry | ||
79 | - | ||
80 | name: show_printlink | ||
81 | value: 1 | ||
82 | section: entry | ||
83 | - | ||
84 | name: restricted_access | ||
85 | value: 0 | ||
86 | section: entry | ||
87 | - | ||
88 | name: export_epub | ||
89 | value: 1 | ||
90 | section: export | ||
91 | - | ||
92 | name: export_mobi | ||
93 | value: 1 | ||
94 | section: export | ||
95 | - | ||
96 | name: export_pdf | ||
97 | value: 1 | ||
98 | section: export | ||
99 | - | ||
100 | name: export_csv | ||
101 | value: 1 | ||
102 | section: export | ||
103 | - | ||
104 | name: export_json | ||
105 | value: 1 | ||
106 | section: export | ||
107 | - | ||
108 | name: export_txt | ||
109 | value: 1 | ||
110 | section: export | ||
111 | - | ||
112 | name: export_xml | ||
113 | value: 1 | ||
114 | section: export | ||
115 | - | ||
116 | name: import_with_redis | ||
117 | value: 0 | ||
118 | section: import | ||
119 | - | ||
120 | name: import_with_rabbitmq | ||
121 | value: 0 | ||
122 | section: import | ||
123 | - | ||
124 | name: piwik_enabled | ||
125 | value: 0 | ||
126 | section: analytics | ||
127 | - | ||
128 | name: piwik_host | ||
129 | value: v2.wallabag.org | ||
130 | section: analytics | ||
131 | - | ||
132 | name: piwik_site_id | ||
133 | value: 1 | ||
134 | section: analytics | ||
135 | - | ||
136 | name: demo_mode_enabled | ||
137 | value: 0 | ||
138 | section: misc | ||
139 | - | ||
140 | name: demo_mode_username | ||
141 | value: wallabag | ||
142 | section: misc | ||
143 | - | ||
144 | name: download_images_enabled | ||
145 | value: 0 | ||
146 | section: misc | ||
147 | - | ||
148 | name: wallabag_support_url | ||
149 | value: https://www.wallabag.org/pages/support.html | ||
150 | section: misc | ||
151 | - | ||
152 | name: api_user_registration | ||
153 | value: 0 | ||
154 | section: api | ||
155 | |||
156 | wallabag_user: | ||
157 | registration_enabled: "%fosuser_registration%" | ||
158 | |||
159 | wallabag_import: | ||
160 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain', 'text/csv'] | ||
161 | resource_dir: "%kernel.root_dir%/../web/uploads/import" | ||