aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-31 13:29:33 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-31 13:29:33 +0100
commitaedd6ca0fd212abd07ec59c5fd58ea2ca99198c5 (patch)
treea004084e19819175502be86d80a1b4f691295aed /src/Wallabag/CoreBundle/Command/InstallCommand.php
parentd1495dd0a456f0e35a09fb68679ee51f8d17bfe4 (diff)
downloadwallabag-aedd6ca0fd212abd07ec59c5fd58ea2ca99198c5.tar.gz
wallabag-aedd6ca0fd212abd07ec59c5fd58ea2ca99198c5.tar.zst
wallabag-aedd6ca0fd212abd07ec59c5fd58ea2ca99198c5.zip
Add translations & migration
Diffstat (limited to 'src/Wallabag/CoreBundle/Command/InstallCommand.php')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index aedccfe4..9fe90357 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -370,7 +370,7 @@ class InstallCommand extends ContainerAwareCommand
370 ], 370 ],
371 [ 371 [
372 'name' => 'wallabag_url', 372 'name' => 'wallabag_url',
373 'value' => 'http://v2.wallabag.org', 373 'value' => '',
374 'section' => 'misc', 374 'section' => 'misc',
375 ], 375 ],
376 [ 376 [
@@ -401,17 +401,7 @@ class InstallCommand extends ContainerAwareCommand
401 [ 401 [
402 'name' => 'download_images_enabled', 402 'name' => 'download_images_enabled',
403 'value' => '0', 403 'value' => '0',
404 'section' => 'image', 404 'section' => 'misc',
405 ],
406 [
407 'name' => 'download_images_with_rabbitmq',
408 'value' => '0',
409 'section' => 'image',
410 ],
411 [
412 'name' => 'download_images_with_redis',
413 'value' => '0',
414 'section' => 'image',
415 ], 405 ],
416 ]; 406 ];
417 407