Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 8b4d0d6

Browse files
author
Maricris Bonzo
committed
fix
1 parent 4d82eb3 commit 8b4d0d6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.env.example

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
MAGIC_TEST_PUBLISHABLE_KEY=pk_test_XXXXXXXXXX
2+
MAGIC_TEST_SECRET_KEY=sk_test_XXXXXXXXXX
3+
HAPI_IRON_SECRET=this-is-a-secret-value-with-at-least-32-characters

.gitignore

+8-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ npm-debug.log*
2424
yarn-debug.log*
2525
yarn-error.log*
2626

27-
# Next.js env file
27+
# local env files
28+
.env
29+
.env.local
30+
.env.development.local
31+
.env.test.local
32+
.env.production.local
33+
34+
# next.js config files
2835
next.config.js
2936

3037
# vercel

0 commit comments

Comments
 (0)