zhangyuhan 1 рік тому
батько
коміт
2c50923ff0
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      bin/config.js

+ 2 - 2
bin/config.js

@@ -6,8 +6,8 @@ const appRootDir = path.resolve('/nas/shareFile/pdf-html')
 const config = {
   PATH_ROOT: rootDir,
   PATH_LOGS: path.join(rootDir, 'logs'),
-  // PATH_FILES: path.join(rootDir, 'pdf-files'),
-  PATH_FILES: path.join(appRootDir, 'pdf-files'),
+  PATH_FILES: path.join(rootDir, 'pdf-files'),
+  // PATH_FILES: path.join(appRootDir, 'pdf-files'),
   LISTEN_PORT: '8088',
   DOMAIN: ''
 }