🔧 S3 protocol from ENV
add support for reading S3 protocol from ENV also add S3_HOSTNAME in .env.production.sample
This commit is contained in:
parent
08faeedff7
commit
c46843c65c
2 changed files with 3 additions and 1 deletions
|
@ -39,6 +39,8 @@ SMTP_FROM_ADDRESS=notifications@example.com
|
|||
# AWS_ACCESS_KEY_ID=
|
||||
# AWS_SECRET_ACCESS_KEY=
|
||||
# S3_REGION=
|
||||
# S3_PROTOCOL=http
|
||||
# S3_HOSTNAME=192.168.1.123:9000
|
||||
|
||||
# Optional alias for S3 if you want to use Cloudfront or Cloudflare in front
|
||||
# S3_CLOUDFRONT_HOST=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue