From f18fe8caa611e9273c5504fa81522e1ac93b95d2 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 21 Feb 2022 17:13:50 +0100 Subject: feat: replace Matomo with Ackee I do not use all Matomo features so I was searching a lightweight analytics tools. I will give a try to Ackee. --- .env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.env.example') diff --git a/.env.example b/.env.example index 3200101..6217f82 100644 --- a/.env.example +++ b/.env.example @@ -10,8 +10,9 @@ APP_FEED_DESCRIPTION="What you want..." NEXT_PUBLIC_APP_DOMAIN="$APP_FRONTEND_DOMAIN" NEXT_PUBLIC_APP_PROTOCOL="$APP_PROTOCOL" NEXT_PUBLIC_GRAPHQL_API="https://$APP_BACKEND_DOMAIN$APP_GRAPHQL_ENDPOINT" -NEXT_PUBLIC_MATOMO_SITE_ID=1 -NEXT_PUBLIC_MATOMO_DOMAIN="www.analyticsDomain.com" +NEXT_PUBLIC_ACKEE_DOMAIN="www.ackeeDomain.com" +NEXT_PUBLIC_ACKEE_FILENAME="tracker.js" +NEXT_PUBLIC_ACKEE_SITE_ID="your-id-string" # Use this only in development mode. It prevents "unable to verify the first # certificate" error when using a local domain with mkcert certificate for -- cgit v1.2.3