Skip to content

Commit e7e82d4

Browse files
committed
chore: add frontend env file example
1 parent 8a211c8 commit e7e82d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/.env.local.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
THUMBNAIL_URL=
2+
NEXT_PUBLIC_RECAPTCHA_SITE_KEY=
3+
NEXT_PUBLIC_URL=http://localhost:3000
4+
NEXT_PUBLIC_API_URL=http://localhost:4000/api/v1
5+
NEXT_PUBLIC_APP_DOMAIN=

0 commit comments

Comments
 (0)