Skip to content

Commit

Permalink
feat: 在启动信息中显示 dataDir
Browse files Browse the repository at this point in the history
  • Loading branch information
wll8 committed Sep 30, 2024
1 parent 10e3dfa commit 0dc8d09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/util/business.js
Original file line number Diff line number Diff line change
Expand Up @@ -1985,7 +1985,10 @@ function business() { // 与业务相关性的函数
const msg = tool.string.removeLeft(`
Current configuration file:
${shareConfig.config}
Current dataDir:
${shareConfig.dataDir}
Local service information:
Interface forwarding: ${`http://${shareConfig.osIp}:${shareConfig.port}/ => ${shareConfig._proxyTargetInfo.origin}`}
Interface list: ${`http://${shareConfig.osIp}:${shareConfig.testPort}/#/apiStudio/`}
Expand Down

0 comments on commit 0dc8d09

Please sign in to comment.