Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 16, 2024
1 parent b73f5ee commit ba6c159
Show file tree
Hide file tree
Showing 627 changed files with 1,067 additions and 43 deletions.
17 changes: 10 additions & 7 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_URL="https://${AWS_BUCKET}.fra1.digitaloceanspaces.com"
AWS_ENDPOINT=https://fra1.digitaloceanspaces.com
#STORAGE_URL="${AWS_URL}"/public
AWS_ACCESS_KEY_ID=xxxxxx
AWS_SECRET_ACCESS_KEY=xxxxxxxxxxx
AWS_DEFAULT_REGION=sgp1
AWS_BUCKET=test
AWS_URL=https://test.sgp1.vultrobjects.com
AWS_ENDPOINT=https://sgp1.vultrobjects.com


PUSHER_APP_ID=
PUSHER_APP_KEY=
Expand All @@ -58,6 +58,9 @@ MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
FILESYSTEM_DRIVER=local
STORAGE_URL=/storage

#FILESYSTEM_DRIVER=s3
#STORAGE_URL="${AWS_ENDPOINT}"


DEFAULT_IMAGE="${APP_URL}/images/default/image.jpg"
DEFAULT_IMAGE_FAVICON="${APP_URL}/images/default/favicon.png"
Expand Down
Loading

0 comments on commit ba6c159

Please sign in to comment.