lrf 3 vuotta sitten
vanhempi
commit
19c6f391e7
1 muutettua tiedostoa jossa 10 lisäystä ja 10 poistoa
  1. 10 10
      config/config.prod.js

+ 10 - 10
config/config.prod.js

@@ -28,15 +28,15 @@ module.exports = () => {
   //   },
   //   },
   // };
   // };
 
 
-  // config.export = {
-  //   root_path: 'D:\\free\\workspace\\server\\service-file\\upload',
-  //   export_path: 'D:\\free\\workspace\\server\\service-file\\upload\\export',
-  //   export_dir: 'export',
-  //   patentInfo_dir: 'patentInfo',
-  //   domain: 'http://127.0.0.1',
-  // };
-  // config.import = {
-  //   root_path: 'D:\\free\\workspace\\server\\service-file\\upload',
-  // };
+  config.export = {
+    root_path: '/usr/local/workspace/server/service-file/upload',
+    export_path: '/usr/local/workspace/server/service-file/upload/export',
+    export_dir: 'export',
+    patentInfo_dir: 'patentInfo',
+    domain: 'http://127.0.0.1',
+  };
+  config.import = {
+    root_path: '/usr/local/workspace/server/service-file/upload',
+  };
   return config;
   return config;
 };
 };