You've already forked lubo_comment_query
Compare commits
2 Commits
d2b7991d89
...
master
Author | SHA1 | Date | |
---|---|---|---|
abc05ba3b5 | |||
70e24bb521 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ yarn-error.log
|
||||
/.vscode
|
||||
|
||||
/public/mix-manifest.json
|
||||
/composer.phar
|
||||
|
@ -8,7 +8,7 @@ if (mix.inProduction()) {
|
||||
new S3PusherPlugin({
|
||||
key: process.env.AWS_ACCESS_KEY_ID,
|
||||
secret: process.env.AWS_SECRET_ACCESS_KEY,
|
||||
bucket: "cdn",
|
||||
bucket: process.env.MIX_BUCKET,
|
||||
region: process.env.AWS_DEFAULT_REGION,
|
||||
endpoint: process.env.AWS_ENDPOINT,
|
||||
prefix: 'lubo',
|
||||
|
Reference in New Issue
Block a user