1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

Replace RabbitMQ injection with CraueConfiguration

This commit is contained in:
Nicolas Lœuillet 2016-02-15 21:30:55 +01:00 committed by Jeremy Benoist
parent e31ee20dd7
commit 40d2a29443
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
6 changed files with 13 additions and 4 deletions

View file

@ -321,6 +321,11 @@ class InstallCommand extends ContainerAwareCommand
'value' => null,
'section' => 'import',
],
[
'name' => 'rabbitmq',
'value' => '0',
'section' => 'import',
],
[
'name' => 'show_printlink',
'value' => '1',