mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Merge remote-tracking branch 'origin/master' into port/2.6.10
This commit is contained in:
commit
8e9f908cf1
25 changed files with 591 additions and 196 deletions
|
@ -6,6 +6,7 @@ services:
|
|||
public: true
|
||||
|
||||
Wallabag\Consumer\RabbitMQConsumerTotalProxy:
|
||||
lazy: true
|
||||
arguments:
|
||||
$pocketConsumer: '@old_sound_rabbit_mq.import_pocket_consumer'
|
||||
$readabilityConsumer: '@old_sound_rabbit_mq.import_readability_consumer'
|
||||
|
|
|
@ -114,6 +114,10 @@ parameters:
|
|||
name: export_xml
|
||||
value: 1
|
||||
section: export
|
||||
-
|
||||
name: export_md
|
||||
value: 1
|
||||
section: export
|
||||
-
|
||||
name: import_with_redis
|
||||
value: 0
|
||||
|
@ -140,7 +144,7 @@ parameters:
|
|||
section: misc
|
||||
-
|
||||
name: wallabag_support_url
|
||||
value: https://www.wallabag.org/pages/support.html
|
||||
value: https://github.com/wallabag/wallabag/issues/new/choose
|
||||
section: misc
|
||||
-
|
||||
name: api_user_registration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue