Skip to content

Commit 47b786e

Browse files
committed
dummy values
1 parent a4a6c22 commit 47b786e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
AWS_ACCESS_KEY_ID=625729a08b95bf1b7ff351a663f3a23c
1+
AWS_ACCESS_KEY_ID="<aws-access-key-id>"
22
AWS_ENDPOINT_URL_S3=http://localhost:54321/storage/v1/s3
33
AWS_S3_BUCKET=s3fs
4-
AWS_SECRET_ACCESS_KEY=850181e4652dd023b7a98c58ae0d2d34bd487ee0cc3254aed6eda37307425907
4+
AWS_SECRET_ACCESS_KEY="<aws-secret-access-key>"
55
AWS_REGION=local
66
# Vercel KV (local Docker available)
77
KV_REST_API_TOKEN="local_token"

0 commit comments

Comments
 (0)