Skip to content

Commit f341dbf

Browse files
committed
add KV env variables
1 parent 016d0db commit f341dbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/web/.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ AWS_ENDPOINT_URL_S3=http://localhost:54321/storage/v1/s3
33
AWS_S3_BUCKET=s3fs
44
AWS_SECRET_ACCESS_KEY=850181e4652dd023b7a98c58ae0d2d34bd487ee0cc3254aed6eda37307425907
55
AWS_REGION=local
6+
# Vercel KV (local Docker available)
7+
KV_REST_API_TOKEN="local_token"
8+
KV_REST_API_URL="http://localhost:8080"
69
OPENAI_API_KEY="<openai-api-key>"
710
NEXT_PUBLIC_IS_PREVIEW=true
811
NEXT_PUBLIC_SUPABASE_ANON_KEY="<supabase-anon-key>"

0 commit comments

Comments
 (0)