Skip to content

v0.26.15

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 10:03
· 45 commits to master since this release

修复:更新程序 url 修改到当前仓库中 #45
修复:nps 在外部路径启动时找不到配置文件 #48
新增:增加 nps 启动参数,-conf_path=D:\test\nps,可用于加载指定nps配置文件和web文件目录。 #52
window 使用示例:
直接启动:nps.exe -conf_path=D:\test\nps
安装:nps.exe install -conf_path=D:\test\nps
安装启动:nps.exe start

linux 使用示例:
直接启动:./nps -conf_path=/app/nps
安装:./nps install -conf_path=/app/nps
安装启动:nps start -conf_path=/app/nps