summaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-02-21 17:13:50 +0100
committerArmand Philippot <git@armandphilippot.com>2022-02-21 17:17:42 +0100
commitf18fe8caa611e9273c5504fa81522e1ac93b95d2 (patch)
tree455ecf2631e61eb98c6c005c9a4c2e2e5a9b6780 /.env.example
parentad00b2dc9492d20b3b8c3dcd7c5b425ee7f8d404 (diff)
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.
Diffstat (limited to '.env.example')
-rw-r--r--.env.example5
1 files changed, 3 insertions, 2 deletions
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