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 e0456c7 commit 1e83a61Copy full SHA for 1e83a61
lib/javascript/fullstack_demo/.env.test
@@ -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
@@ -33,6 +33,8 @@ yarn-error.log*
33
.env*
34
!.env.example
35
!.env.example.*
36
+!.env.test
37
+!.env.test.*
38
39
# vercel
40
.vercel
0 commit comments