Update .env.local_dev

This commit is contained in:
Rishab
2023-11-02 18:23:36 +05:30
committed by GitHub
parent 72af4d979f
commit 3d744bd476
+14 -12
View File
@@ -29,18 +29,20 @@ PARSE_MOUNT=/app
SERVER_URL=http://127.0.0.1:8080/app
# Storage config ************************************************************************************************************************************************************************************************
# LocalStack
DO_SPACE=my-bucket
# LocalStack S3 endpoint for uploading documents
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=123
# LocalStack s3 secret access key for uploading the docs
DO_SECRET_ACCESS_KEY=xyz
# LocalStack s3 region
DO_REGION=eu-central-1
# Digital ocean space name or AWS S3 bucket name for uploading documents
DO_SPACE=DOSPACENAME
# Digital ocean spaces endpoint or AWS S3 endpoint for uploading documents
DO_ENDPOINT=ams3.digitaloceanspaces.com
# Digital ocean baseurl or AWS S3 base URL
DO_BASEURL=https://DOSPACENAME.ams3.digitaloceanspaces.com
# Digital ocean spaces access key ID or AWS s3 Access key ID for uploading the docs
DO_ACCESS_KEY_ID=
# Digital ocean spaces secret access key or AWS s3 secret access key for uploading the docs
DO_SECRET_ACCESS_KEY=
# Digital ocean spaces region or AWS s3 region
DO_REGION=us-west
# local storage
USE_LOCAL=TRUE
# Email mailgun config (The app will not initialize if any of these 3 variables are not set) *********************************************************************************************************************
MAILGUN_API_KEY=XXXXX