Use internal config instead for demo

This commit is contained in:
Jeremy Benoist
2016-02-22 11:38:25 +01:00
parent d8d56448c9
commit a4f42c59f0
9 changed files with 25 additions and 17 deletions

View File

@ -125,6 +125,16 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
'value' => '1',
'section' => 'analytics',
],
[
'name' => 'demo_mode_enabled',
'value' => '0',
'section' => 'misc',
],
[
'name' => 'demo_mode_username',
'value' => 'wallabag',
'section' => 'misc',
],
];
foreach ($settings as $setting) {