We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9192e08 commit 540054eCopy full SHA for 540054e
packages/web/.env
@@ -0,0 +1,6 @@
1
+NEXT_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com
2
+NEXT_PUBLIC_POSTHOG_ASSET_HOST=https://us-assets.i.posthog.com
3
+NEXT_PUBLIC_POSTHOG_UI_HOST=https://us.posthog.com
4
+
5
+# @note: This is also set in the Dockerfile.
6
+NEXT_PUBLIC_POSTHOG_KEY=phc_VFn4CkEGHRdlVyOOw8mfkoj1DKVoG6y1007EClvzAnS
packages/web/.gitignore
@@ -37,4 +37,6 @@ yarn-error.log*
37
*.tsbuildinfo
38
next-env.d.ts
39
40
-# End of https://www.toptal.com/developers/gitignore/api/nextjs
+# End of https://www.toptal.com/developers/gitignore/api/nextjs
41
42
+!.env
0 commit comments