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 a4a6c22 commit 47b786eCopy full SHA for 47b786e
apps/web/.env.example
@@ -1,7 +1,7 @@
1
-AWS_ACCESS_KEY_ID=625729a08b95bf1b7ff351a663f3a23c
+AWS_ACCESS_KEY_ID="<aws-access-key-id>"
2
AWS_ENDPOINT_URL_S3=http://localhost:54321/storage/v1/s3
3
AWS_S3_BUCKET=s3fs
4
-AWS_SECRET_ACCESS_KEY=850181e4652dd023b7a98c58ae0d2d34bd487ee0cc3254aed6eda37307425907
+AWS_SECRET_ACCESS_KEY="<aws-secret-access-key>"
5
AWS_REGION=local
6
# Vercel KV (local Docker available)
7
KV_REST_API_TOKEN="local_token"
0 commit comments