Skip to content

Commit

Permalink
Add placeholders for digitalocean fields
Browse files Browse the repository at this point in the history
  • Loading branch information
cholladay0816 committed Dec 17, 2023
1 parent dd384c2 commit 2cec524
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,17 @@ MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"

FILESYSTEM_DRIVER=local
FILESYSTEM_DRIVER=do_public
FILESYSTEM_DISK=do_public

DO_ACCESS_KEY_ID=
DO_SECRET_ACCESS_KEY=
DO_DEFAULT_REGION=nyc3
DO_BUCKET=creatorcore-production
DO_FOLDER=testing
DO_URL=https://creatorcore-production.nyc3.digitaloceanspaces.com
DO_ENDPOINT=https://nyc3.digitaloceanspaces.com
DO_CDN_ENDPOINT=https://nyc3.cdn.digitaloceanspaces.com

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
Expand Down

0 comments on commit 2cec524

Please # to comment.