mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
feat(env): add AWS_URL variable to .env.example for S3 configuration
- Introduced AWS_URL variable in .env.example to support S3 integration. - This addition enhances the environment configuration for applications utilizing AWS services.
This commit is contained in:
parent
2c287cbaaf
commit
2ff53ad3d5
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ MAIL_FROM_NAME="${APP_NAME}"
|
|||
|
||||
AWS_ACCESS_KEY_ID=
|
||||
AWS_SECRET_ACCESS_KEY=
|
||||
AWS_URL=
|
||||
AWS_DEFAULT_REGION=us-east-1
|
||||
AWS_BUCKET=
|
||||
AWS_ENDPOINT=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue