1.0.1 • Published 2 years ago

ettl-local-io v1.0.1

Weekly downloads
-
License
MPL
Repository
github
Last release
2 years ago

伊泰特伦-本地EPC接口项目

环境依赖

  • forever

配置说明

{
	// 本接口服务配置
	"localSvr": {
		// 请求端口
		"port": 10002
	},
	// 在库状态接口服务配置
	"statusSvr": {
		// 请求地址
		"addr": "localhost",
		// 请求端口
		"port": 8080
	}
}

启动

直接运行 start.bat 文件

或者

// 运行到生产环境
node dist/index.esm.js

// 运行到调试环境 node dist/index.esm.js dev