Compare commits

...

2 Commits

Author SHA1 Message Date
abc05ba3b5 mix asset support change bucket 2024-10-06 23:14:26 +08:00
70e24bb521 忽略composer.phar 2024-09-05 08:49:05 +08:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ yarn-error.log
/.vscode
/public/mix-manifest.json
/composer.phar

View File

@ -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',