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