diff options
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Command/InstallCommand.php | 2 | ||||
-rw-r--r-- | src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php index 8e438229..857a8b4c 100644 --- a/src/Wallabag/CoreBundle/Command/InstallCommand.php +++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php | |||
@@ -364,7 +364,7 @@ class InstallCommand extends ContainerAwareCommand | |||
364 | ], | 364 | ], |
365 | [ | 365 | [ |
366 | 'name' => 'piwik_host', | 366 | 'name' => 'piwik_host', |
367 | 'value' => 'http://v2.wallabag.org', | 367 | 'value' => 'v2.wallabag.org', |
368 | 'section' => 'analytics', | 368 | 'section' => 'analytics', |
369 | ], | 369 | ], |
370 | [ | 370 | [ |
diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php index 9425f961..a5e1be65 100644 --- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php +++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php | |||
@@ -122,7 +122,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface | |||
122 | ], | 122 | ], |
123 | [ | 123 | [ |
124 | 'name' => 'piwik_host', | 124 | 'name' => 'piwik_host', |
125 | 'value' => 'http://v2.wallabag.org', | 125 | 'value' => 'v2.wallabag.org', |
126 | 'section' => 'analytics', | 126 | 'section' => 'analytics', |
127 | ], | 127 | ], |
128 | [ | 128 | [ |