Skip to content

Commit

Permalink
added aws credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
lao9s committed May 3, 2024
1 parent e7106ce commit e77cabf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,13 @@ DB_PASSWORD=
# Redis connection setup
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
REDIS_PORT=6379

# The disk on which to store added files. Disks: "public", "s3". For "s3" you should fill in the AWS_* credentials below.
MIXPOST_DISK=public

# AWS Credentials
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
AWS_BUCKET=
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"inovector/mixpost-auth": "^1.0",
"laravel/framework": "^10.0",
"laravel/horizon": "^5.14",
"laravel/tinker": "^2.8"
"laravel/tinker": "^2.8",
"league/flysystem-aws-s3-v3": "^3.0",
"league/flysystem-sftp-v3": "^3.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
Expand Down

0 comments on commit e77cabf

Please sign in to comment.