Authored by xuhongyun

build

@@ -155,4 +155,6 @@ module.exports = function (apiCofig) { @@ -155,4 +155,6 @@ module.exports = function (apiCofig) {
155 console.log("HOST:"+host+"PORT:"+port); 155 console.log("HOST:"+host+"PORT:"+port);
156 }); 156 });
157 157
  158 + process.env.TEMP = '/Data/images';
  159 +
158 }; 160 };