mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
Ability to enable/disable downloading images
This will speed up the test suite because it won’t download everything when we add new entry… Add a custom test with downloading image enabled
This commit is contained in:
parent
309e13c11b
commit
d1495dd0a4
4 changed files with 78 additions and 0 deletions
|
@ -398,6 +398,21 @@ class InstallCommand extends ContainerAwareCommand
|
|||
'value' => 'wallabag',
|
||||
'section' => 'misc',
|
||||
],
|
||||
[
|
||||
'name' => 'download_images_enabled',
|
||||
'value' => '0',
|
||||
'section' => 'image',
|
||||
],
|
||||
[
|
||||
'name' => 'download_images_with_rabbitmq',
|
||||
'value' => '0',
|
||||
'section' => 'image',
|
||||
],
|
||||
[
|
||||
'name' => 'download_images_with_redis',
|
||||
'value' => '0',
|
||||
'section' => 'image',
|
||||
],
|
||||
];
|
||||
|
||||
foreach ($settings as $setting) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue