aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example3
1 files changed, 3 insertions, 0 deletions
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.