Skip to content

Commit

Permalink
fix: missing S3_ENDPOINT in .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
nischalstha9 committed Aug 29, 2024
1 parent 7a67f00 commit f2b7d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ S3_SECRET_KEY=${S3_SECRET_KEY:-SAMPLESECRETACCESSKEYFORMINIOROOT}
# REF:https://min.io/docs/minio/linux/integrations/setup-nginx-proxy-with-minio.html
# ex: https://minio.example.net/minio/ui/
MINIO_ENDPOINT=${MINIO_ENDPOINT}
S3_ENDPOINT=${S3_ENDPOINT:-${MINIO_ENDPOINT}}
MINIO_BROWSER_REDIRECT_URL=${MINIO_BROWSER_REDIRECT_URL}

### BACKEND ###
Expand Down

0 comments on commit f2b7d01

Please sign in to comment.