We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016d0db commit f341dbfCopy full SHA for f341dbf
apps/web/.env.example
@@ -3,6 +3,9 @@ AWS_ENDPOINT_URL_S3=http://localhost:54321/storage/v1/s3
3
AWS_S3_BUCKET=s3fs
4
AWS_SECRET_ACCESS_KEY=850181e4652dd023b7a98c58ae0d2d34bd487ee0cc3254aed6eda37307425907
5
AWS_REGION=local
6
+# Vercel KV (local Docker available)
7
+KV_REST_API_TOKEN="local_token"
8
+KV_REST_API_URL="http://localhost:8080"
9
OPENAI_API_KEY="<openai-api-key>"
10
NEXT_PUBLIC_IS_PREVIEW=true
11
NEXT_PUBLIC_SUPABASE_ANON_KEY="<supabase-anon-key>"
0 commit comments