Commit 0391ab30 authored by 陈颖's avatar 陈颖

~

parent 47a64882
Pipeline #48288 passed with stage
in 5 seconds
...@@ -130,8 +130,8 @@ module.exports = appInfo => { ...@@ -130,8 +130,8 @@ module.exports = appInfo => {
exports.oss = {// sdfsdfsd exports.oss = {// sdfsdfsd
client: { client: {
accessKeyId: 'LTAI4FzDGcyo23UGvsZ7Jh1h', accessKeyId: process.env.OSS_ACCESS_KEY_1 || 'LTAI5tPVEJF6fj3CcjCFGwdE',
accessKeySecret: 'pC7twh9mPiQZAGgfjY1M2wdyp3S91l', accessKeySecret: process.env.OSS_ACCESS_SECRET_1 || 'mvRnFx1hRppfAizReS2ceSC665F0fB',
bucket: '51shequ', bucket: '51shequ',
endpoint: 'oss-cn-hangzhou.aliyuncs.com', endpoint: 'oss-cn-hangzhou.aliyuncs.com',
timeout: '60s', timeout: '60s',
......
...@@ -133,8 +133,8 @@ module.exports = appInfo => { ...@@ -133,8 +133,8 @@ module.exports = appInfo => {
exports.oss = {// sdfsdfsd exports.oss = {// sdfsdfsd
client: { client: {
accessKeyId: 'LTAI4FzDGcyo23UGvsZ7Jh1h', accessKeyId: process.env.OSS_ACCESS_KEY_1 || 'LTAI5tPVEJF6fj3CcjCFGwdE',
accessKeySecret: 'pC7twh9mPiQZAGgfjY1M2wdyp3S91l', accessKeySecret: process.env.OSS_ACCESS_SECRET_1 || 'mvRnFx1hRppfAizReS2ceSC665F0fB',
bucket: '51shequ', bucket: '51shequ',
endpoint: 'oss-cn-hangzhou.aliyuncs.com', endpoint: 'oss-cn-hangzhou.aliyuncs.com',
timeout: '60s', timeout: '60s',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment