1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

Fix #1137: implemented Piwik

This commit is contained in:
Nicolas Lœuillet 2016-02-19 15:27:57 +01:00
parent fa64d86110
commit 07643dde08
8 changed files with 61 additions and 1 deletions

View file

@ -312,6 +312,21 @@ class InstallCommand extends ContainerAwareCommand
'value' => 'http://v2.wallabag.org',
'section' => 'misc',
],
[
'name' => 'piwik_enabled',
'value' => '0',
'section' => 'analytics',
],
[
'name' => 'piwik_host',
'value' => 'http://v2.wallabag.org',
'section' => 'analytics',
],
[
'name' => 'piwik_site_id',
'value' => '1',
'section' => 'analytics',
],
];
foreach ($settings as $setting) {