X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FDataFixtures%2FORM%2FLoadSettingData.php;h=9425f961fd9668fa7fc47029405e5fd8eb920607;hb=114c55c0a6eade2ba6c53fe25f61cc58cca91620;hp=1f4cafdfc7dd9a64a6c45a9ca9eb448ee601004a;hpb=d7cc16c8b585f6a600cd309a9bb5630794fcf9aa;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php index 1f4cafdf..9425f961 100644 --- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php +++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php @@ -16,7 +16,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface { $settings = [ [ - 'name' => 'download_pictures', + 'name' => 'share_public', 'value' => '1', 'section' => 'entry', ], @@ -91,8 +91,13 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface 'section' => 'export', ], [ - 'name' => 'pocket_consumer_key', - 'value' => null, + 'name' => 'import_with_redis', + 'value' => '0', + 'section' => 'import', + ], + [ + 'name' => 'import_with_rabbitmq', + 'value' => '0', 'section' => 'import', ], [