|
@@ -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: ''
|
|
|
}
|