From b84651dbfa92520950f7dcc2132fb4d5ef125628 Mon Sep 17 00:00:00 2001 From: John Hess Date: Wed, 10 Aug 2022 18:02:31 -0500 Subject: [PATCH] point analytics config to a testing siteId so they do not pollute production data during local dev. --- src/assets/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/config.json b/src/assets/config.json index ff4e750..389e901 100644 --- a/src/assets/config.json +++ b/src/assets/config.json @@ -15,7 +15,7 @@ "type": "ci", "config": { "server": "https://metrics.cleaninsights.org/cleaninsights.php", - "siteId": 14, + "siteId": 25, "timeout": 5, "persistEveryNTimes": 1, "debug": true, @@ -36,7 +36,7 @@ "type": "matomo", "config": { "server": "https://metrics.cleaninsights.org/", - "siteId": "17" + "siteId": "25" } } ]