UPSTASH_REDIS_REST_URL
and your password to UPSTASH_REDIS_REST_TOKEN
NEXT_PUBLIC_POSTHOG_KEY
and set your region in POSTHOG_REGION
. You will find it the posthog.init()
function in the snippet provided by Posthog.appConfig.tsx
file and ensure the services.posthog
is enabled.api_host
value in the posthog.init()
function or change the proxy settings in the next.config.mjs
file.NEXT_PUBLIC_PLAUSIBLE_URL
appConfig.tsx
file and ensure the services.plausible
is enabled.web/a/[locale]/layout.tsx
and change the config as needed. The existing is working for self-hosted instances.