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:
Yury Pikhtarev 2025-07-09 18:07:57 +02:00
commit 2ff53ad3d5
No known key found for this signature in database

View file

@ -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=