1 Star 1 Fork 0

屈阿零 / beeCash

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ecosystem.config.js 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
屈阿零 提交于 2021-08-11 00:12 . update pm2 system
module.exports = {
apps: [
{
name: "jizhang",
script: "./bin/www",
env: {
PORT: 3030,
NODE_ENV: "development"
},
env_uat: {
PORT: 3030,
NODE_ENV: "uat"
},
env_production: {
PORT: 3005,
NODE_ENV: "production"
}
}
]
}
1
https://gitee.com/quazero/bee-cash.git
git@gitee.com:quazero/bee-cash.git
quazero
bee-cash
beeCash
master

搜索帮助