File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
# You app name. It is usually equal to the name of your project.
2
- APP_NAME = ' Mixpost Pro Team '
2
+ APP_NAME = ' Mixpost Pro'
3
3
4
4
# Your application environment. If you are ready for production, set 'production'
5
5
APP_ENV = local
@@ -29,16 +29,22 @@ REDIS_PORT=6379
29
29
# Change this only if you know what you are doing
30
30
QUEUE_CONNECTION = redis
31
31
32
- # Change this only if you know what you are doing
33
- MIXPOST_DISK = public
34
-
35
- # Change this only if you know what you are doing
32
+ # Define log channel
36
33
MIXPOST_LOG_CHANNEL = mixpost
37
34
38
- # This is the path which Mixpost will use to load its core routes and assets
35
+ # This is the path which Mixpost will use to load its core routes and assets
39
36
MIXPOST_CORE_PATH = mixpost
40
37
41
- # SMTP
38
+ # The disk on which to store added files. Disks: "public", "s3". For "s3" you should fill in the AWS_* credentials below.
39
+ MIXPOST_DISK = public
40
+
41
+ # AWS Credentials
42
+ AWS_ACCESS_KEY_ID =
43
+ AWS_SECRET_ACCESS_KEY =
44
+ AWS_DEFAULT_REGION =
45
+ AWS_BUCKET =
46
+
47
+ # SMTP
42
48
MAIL_MAILER = smtp
43
49
MAIL_HOST = smtp.mailgun.org
44
50
MAIL_PORT = 587
Original file line number Diff line number Diff line change 7
7
"php" : " ^8.1" ,
8
8
"doctrine/dbal" : " ^3.6" ,
9
9
"guzzlehttp/guzzle" : " ^7.2" ,
10
+ "inovector/mixpost-pro-team" : " ^1.0" ,
10
11
"laravel/framework" : " ^10.8" ,
11
12
"laravel/horizon" : " ^5.15" ,
12
13
"laravel/tinker" : " ^2.8" ,
13
- "inovector/mixpost-pro-team" : " ^1.0"
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