Skip to content

Commit 1e83a61

Browse files
committed
chore: adds .env.test
1 parent e0456c7 commit 1e83a61

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_someKey
2+
CLERK_SECRET_KEY=sk_test_anotherKey
3+
DB_TYPE=in-memory
4+
NEXT_PUBLIC_API_URL=http://localhost:3000

lib/javascript/fullstack_demo/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ yarn-error.log*
3333
.env*
3434
!.env.example
3535
!.env.example.*
36+
!.env.test
37+
!.env.test.*
3638

3739
# vercel
3840
.vercel

0 commit comments

Comments
 (0)