]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Command/InstallCommand.php
Merge pull request #2566 from wallabag/add-unmarkit
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Command / InstallCommand.php
index aedccfe4c8fcdbabda5da78d7d92c208618d7c81..c7e714af2aa8b213cf6ef2d71b9f8bb4b7847a4a 100644 (file)
@@ -293,6 +293,16 @@ class InstallCommand extends ContainerAwareCommand
                 'value' => 'http://diasporapod.com',
                 'section' => 'entry',
             ],
+            [
+                'name' => 'share_unmark',
+                'value' => '1',
+                'section' => 'entry',
+            ],
+            [
+                'name' => 'unmark_url',
+                'value' => 'https://unmark.it',
+                'section' => 'entry',
+            ],
             [
                 'name' => 'share_shaarli',
                 'value' => '1',
@@ -370,7 +380,7 @@ class InstallCommand extends ContainerAwareCommand
             ],
             [
                 'name' => 'wallabag_url',
-                'value' => 'http://v2.wallabag.org',
+                'value' => '',
                 'section' => 'misc',
             ],
             [
@@ -401,17 +411,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',
             ],
         ];