Skip to content

Commit 0e0c909

Browse files
committed
feat: add .env.example
1 parent 63175c0 commit 0e0c909

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
OPENAI_API_KEY=""
2+
UPSTASH_REDIS_REST_URL=""
3+
UPSTASH_REDIS_REST_TOKEN=""
4+
5+
# For local develoment both of the below need to be defined in your .env files, but they won't need values
6+
NEXT_PUBLIC_REWRITE_PREFIX=
7+
NEXT_PUBLIC_REWRITE_URL=

0 commit comments

Comments
 (0)