mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-17 17:08:37 +00:00
Add translations & migration
This commit is contained in:
parent
d1495dd0a4
commit
aedd6ca0fd
15 changed files with 62 additions and 35 deletions
|
@ -370,7 +370,7 @@ class InstallCommand extends ContainerAwareCommand
|
|||
],
|
||||
[
|
||||
'name' => 'wallabag_url',
|
||||
'value' => 'http://v2.wallabag.org',
|
||||
'value' => '',
|
||||
'section' => 'misc',
|
||||
],
|
||||
[
|
||||
|
@ -401,17 +401,7 @@ class InstallCommand extends ContainerAwareCommand
|
|||
[
|
||||
'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',
|
||||
'section' => 'misc',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue