|
@@ -59,6 +59,25 @@ module.exports = appInfo => {
|
|
appsecret: 'ca7c0dbd9e94dc3b1c3b0e73865743f4',
|
|
appsecret: 'ca7c0dbd9e94dc3b1c3b0e73865743f4',
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ config.oss = {
|
|
|
|
+ clients: {
|
|
|
|
+ signPdf: {
|
|
|
|
+ bucket: 'measure-sign-pdf',
|
|
|
|
+ },
|
|
|
|
+ fujian: {
|
|
|
|
+ bucket: 'jiliang-qa',
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ default: {
|
|
|
|
+ accessKeyId: 'LTAIALMjBHOs9PLA',
|
|
|
|
+ accessKeySecret: 'HSnULQs87wAJhcziAdyRv3GZ4EYctc',
|
|
|
|
+ endpoint: 'oss-cn-shenzhen.aliyuncs.com',
|
|
|
|
+ timeout: '60s',
|
|
|
|
+ },
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
+ config.fujianOssPath = 'https://jiliang-qa.smartcost.com.cn/';
|
|
|
|
+
|
|
config.syncUrl = 'http://sync.jluat.smartcost.com.cn/';
|
|
config.syncUrl = 'http://sync.jluat.smartcost.com.cn/';
|
|
|
|
|
|
return config;
|
|
return config;
|