aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-02-22 11:38:25 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-02-22 11:44:39 +0100
commita4f42c59f0d8a408cf9f5d7971146866530012d3 (patch)
tree6dfab2947110a88426e230b17782f9c869ed866d /src/Wallabag/CoreBundle/Command/InstallCommand.php
parentd8d56448c993bdf4811a193f96e5ff44ed026417 (diff)
downloadwallabag-a4f42c59f0d8a408cf9f5d7971146866530012d3.tar.gz
wallabag-a4f42c59f0d8a408cf9f5d7971146866530012d3.tar.zst
wallabag-a4f42c59f0d8a408cf9f5d7971146866530012d3.zip
Use internal config instead for demo
Diffstat (limited to 'src/Wallabag/CoreBundle/Command/InstallCommand.php')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index 93520f9a..2e241757 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -327,6 +327,16 @@ class InstallCommand extends ContainerAwareCommand
327 'value' => '1', 327 'value' => '1',
328 'section' => 'analytics', 328 'section' => 'analytics',
329 ], 329 ],
330 [
331 'name' => 'demo_mode_enabled',
332 'value' => '0',
333 'section' => 'misc',
334 ],
335 [
336 'name' => 'demo_mode_username',
337 'value' => 'wallabag',
338 'section' => 'misc',
339 ],
330 ]; 340 ];
331 341
332 foreach ($settings as $setting) { 342 foreach ($settings as $setting) {