File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,13 @@ DB_PASSWORD=
21
21
# Redis connection setup
22
22
REDIS_HOST = 127.0.0.1
23
23
REDIS_PASSWORD = null
24
- REDIS_PORT = 6379
24
+ REDIS_PORT = 6379
25
+
26
+ # The disk on which to store added files. Disks: "public", "s3". For "s3" you should fill in the AWS_* credentials below.
27
+ MIXPOST_DISK = public
28
+
29
+ # AWS Credentials
30
+ AWS_ACCESS_KEY_ID =
31
+ AWS_SECRET_ACCESS_KEY =
32
+ AWS_DEFAULT_REGION =
33
+ AWS_BUCKET =
Original file line number Diff line number Diff line change 10
10
"inovector/mixpost-auth" : " ^1.0" ,
11
11
"laravel/framework" : " ^10.0" ,
12
12
"laravel/horizon" : " ^5.14" ,
13
- "laravel/tinker" : " ^2.8"
13
+ "laravel/tinker" : " ^2.8" ,
14
+ "league/flysystem-aws-s3-v3" : " ^3.0" ,
15
+ "league/flysystem-sftp-v3" : " ^3.0"
14
16
},
15
17
"require-dev" : {
16
18
"fakerphp/faker" : " ^1.9.1" ,
You can’t perform that action at this time.
0 commit comments