Skip to content

Commit 5c515ac

Browse files
Nathan TarbertNathan Tarbert
authored andcommitted
added a ENV example folder
1 parent 2278005 commit 5c515ac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NEXT_PUBLIC_COPILOT_CLOUD_PUBLIC_API_KEY="ADD YOUR KEY HERE"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ yarn-error.log*
2727

2828
# local env files
2929
.env*.local
30+
.env
3031

3132
# vercel
3233
.vercel

0 commit comments

Comments
 (0)