diff options
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index a4584a1b..fbebfee7 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -55,7 +55,7 @@ wallabag_user: | |||
55 | registration_enabled: "%fosuser_registration%" | 55 | registration_enabled: "%fosuser_registration%" |
56 | 56 | ||
57 | wallabag_import: | 57 | wallabag_import: |
58 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] | 58 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain', 'text/csv'] |
59 | resource_dir: "%kernel.root_dir%/../web/uploads/import" | 59 | resource_dir: "%kernel.root_dir%/../web/uploads/import" |
60 | 60 | ||
61 | # Twig Configuration | 61 | # Twig Configuration |
@@ -64,6 +64,7 @@ twig: | |||
64 | strict_variables: "%kernel.debug%" | 64 | strict_variables: "%kernel.debug%" |
65 | form_themes: | 65 | form_themes: |
66 | - "LexikFormFilterBundle:Form:form_div_layout.html.twig" | 66 | - "LexikFormFilterBundle:Form:form_div_layout.html.twig" |
67 | exception_controller: wallabag_core.exception_controller:showAction | ||
67 | 68 | ||
68 | # Doctrine Configuration | 69 | # Doctrine Configuration |
69 | doctrine: | 70 | doctrine: |
@@ -236,6 +237,11 @@ old_sound_rabbit_mq: | |||
236 | exchange_options: | 237 | exchange_options: |
237 | name: 'wallabag.import.readability' | 238 | name: 'wallabag.import.readability' |
238 | type: topic | 239 | type: topic |
240 | import_instapaper: | ||
241 | connection: default | ||
242 | exchange_options: | ||
243 | name: 'wallabag.import.instapaper' | ||
244 | type: topic | ||
239 | import_wallabag_v1: | 245 | import_wallabag_v1: |
240 | connection: default | 246 | connection: default |
241 | exchange_options: | 247 | exchange_options: |
@@ -273,6 +279,14 @@ old_sound_rabbit_mq: | |||
273 | queue_options: | 279 | queue_options: |
274 | name: 'wallabag.import.readability' | 280 | name: 'wallabag.import.readability' |
275 | callback: wallabag_import.consumer.amqp.readability | 281 | callback: wallabag_import.consumer.amqp.readability |
282 | import_instapaper: | ||
283 | connection: default | ||
284 | exchange_options: | ||
285 | name: 'wallabag.import.instapaper' | ||
286 | type: topic | ||
287 | queue_options: | ||
288 | name: 'wallabag.import.instapaper' | ||
289 | callback: wallabag_import.consumer.amqp.instapaper | ||
276 | import_wallabag_v1: | 290 | import_wallabag_v1: |
277 | connection: default | 291 | connection: default |
278 | exchange_options: | 292 | exchange_options: |