浏览代码

prod config

lrf 3 年之前
父节点
当前提交
19c6f391e7
共有 1 个文件被更改,包括 10 次插入10 次删除
  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;
 };