aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/wallabag.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-30 09:14:52 +0200
committerGitHub <noreply@github.com>2020-04-30 09:14:52 +0200
commit557e810c1f2b2e662f163fc419014e80d5484e3a (patch)
tree58d033f3a8eefbeaa6a3732e2bf4eb7855cea336 /app/config/wallabag.yml
parent23ea2c8f74f662b851db8bab2046b82d13e2837b (diff)
parent9717d0129889ad73716be38766faede12adc333d (diff)
downloadwallabag-557e810c1f2b2e662f163fc419014e80d5484e3a.tar.gz
wallabag-557e810c1f2b2e662f163fc419014e80d5484e3a.tar.zst
wallabag-557e810c1f2b2e662f163fc419014e80d5484e3a.zip
Merge pull request #4363 from wallabag/piwik-to-matomo
Upgrade Piwik Twig Extension to Matomo
Diffstat (limited to 'app/config/wallabag.yml')
-rw-r--r--app/config/wallabag.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml
index 4dad9200..f3da314c 100644
--- a/app/config/wallabag.yml
+++ b/app/config/wallabag.yml
@@ -125,15 +125,15 @@ wallabag_core:
125 value: 0 125 value: 0
126 section: import 126 section: import
127 - 127 -
128 name: piwik_enabled 128 name: matomo_enabled
129 value: 0 129 value: 0
130 section: analytics 130 section: analytics
131 - 131 -
132 name: piwik_host 132 name: matomo_host
133 value: v2.wallabag.org 133 value: matomo.wallabag.org
134 section: analytics 134 section: analytics
135 - 135 -
136 name: piwik_site_id 136 name: matomo_site_id
137 value: 1 137 value: 1
138 section: analytics 138 section: analytics
139 - 139 -