Skip to content

Commit 27b5c63

Browse files
add env example
1 parent 8d8e124 commit 27b5c63

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
NOTION_SECRET=
2+
NOTION_DATABASE_ID=

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ yarn-error.log*
3131
.pnpm-debug.log*
3232

3333
# env files (can opt-in for committing if needed)
34-
.env*
34+
.env
3535

3636
# vercel
3737
.vercel

0 commit comments

Comments
 (0)