From 8f8a3957b5d3b33bafaa0a6afe4187f75d6dd2b7 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 31 Jan 2022 21:33:22 +0100 Subject: chore: add Matomo --- .env.example | 3 +++ 1 file changed, 3 insertions(+) (limited to '.env.example') diff --git a/.env.example b/.env.example index fddbd69..8572b45 100644 --- a/.env.example +++ b/.env.example @@ -10,6 +10,9 @@ FEED_DESCRIPTION="What you want..." NEXT_PUBLIC_FRONTEND_URL="$FRONTEND_URL" NEXT_PUBLIC_GRAPHQL_API="$BACKEND_URL$GRAPHQL_ENDPOINT" +NEXT_PUBLIC_MATOMO_SITE_ID=0 +NEXT_PUBLIC_MATOMO_URL="https://matomoUrl.com" + # Use this only in development mode. It prevents "unable to verify the first # certificate" error when using a local domain with mkcert certificate for # backend. -- cgit v1.2.3