Skip to content

Commit 540054e

Browse files
Add web .env file
1 parent 9192e08 commit 540054e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/web/.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ yarn-error.log*
3737
*.tsbuildinfo
3838
next-env.d.ts
3939

40-
# End of https://www.toptal.com/developers/gitignore/api/nextjs
40+
# End of https://www.toptal.com/developers/gitignore/api/nextjs
41+
42+
!.env

0 commit comments

Comments
 (0)