|
@@ -214,7 +214,7 @@ module.exports = appInfo => {
|
|
|
default: {
|
|
|
accessKeyId: 'LTAIALMjBHOs9PLA',
|
|
|
accessKeySecret: 'HSnULQs87wAJhcziAdyRv3GZ4EYctc',
|
|
|
- endpoint: 'oss-cn-shenzhen.aliyuncs.com',
|
|
|
+ endpoint: 'oss-cn-shenzhen-internal.aliyuncs.com',
|
|
|
timeout: '60s',
|
|
|
},
|
|
|
};
|
|
@@ -222,7 +222,7 @@ module.exports = appInfo => {
|
|
|
config.fujianOssPath = 'https://jiliang-saas-oss.smartcost.com.cn/';
|
|
|
config.fujianOssFolder = '';
|
|
|
|
|
|
- config.syncUrl = 'https://sync.jl.smartcost.com.cn/';
|
|
|
+ config.syncUrl = 'http://sync.jl.smartcost.com.cn/';
|
|
|
|
|
|
return config;
|
|
|
};
|