|
@@ -5,7 +5,14 @@ module.exports = {
|
|
|
// APIURl: "http://192.168.103.104:58080",
|
|
|
APIURl: "https://test.api.shidaiyun.net",
|
|
|
// APIURl: "https://api.shidaiyun.net",
|
|
|
- minioPath: process.env.NODE_ENV === 'development' ? 'https://oss.shidaiyun.net/' : 'http://192.168.103.105:18000/'
|
|
|
- // minioPath: process.env.NODE_ENV === 'development' ? 'https://oss.shidaiyun.net/' : 'http://28.168.105.206:9000/' //双活
|
|
|
- // minioPath: 'https://oss.shidaiyun.net/'
|
|
|
+
|
|
|
+
|
|
|
+ //测试
|
|
|
+ // minioPath: process.env.NODE_ENV === 'development' ? 'https://oss.shidaiyun.net/' : 'http://192.168.103.105:18000/'
|
|
|
+
|
|
|
+ //双活
|
|
|
+ // minioPath: process.env.NODE_ENV === 'development' ? 'https://oss.shidaiyun.net/' : 'http://28.168.105.206:9000/'
|
|
|
+
|
|
|
+ //正式
|
|
|
+ minioPath: 'https://oss.shidaiyun.net/'
|
|
|
};
|