Update .env.local_dev

This commit is contained in:
Rishab
2023-11-02 08:26:05 +05:30
committed by GitHub
parent 65c277c996
commit 5ccd2bc27d
+2 -2
View File
@@ -36,9 +36,9 @@ DO_ENDPOINT=s3.localhost.localstack.cloud:4566
# LocalStack S3 base URL
DO_BASEURL=http://my-bucket.s3.localhost.localstack.cloud:4566
# LocalStack s3 Access key ID for uploading the docs
DO_ACCESS_KEY_ID=
DO_ACCESS_KEY_ID=123
# LocalStack s3 secret access key for uploading the docs
DO_SECRET_ACCESS_KEY=
DO_SECRET_ACCESS_KEY=xyz
# LocalStack s3 region
DO_REGION=eu-central-1