2 Star 9 Fork 3

蛋白熙/UAAS-API

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ecosystem.config.js 821 Bytes
一键复制 编辑 原始数据 按行查看 历史
蛋白熙 提交于 2023-06-13 15:17 . feat:新增支持多学校接口
module.exports = {
apps: [
{
name: "UAAS-API",
script: "./bin/www",
// Options reference: https://pm2.io/doc/en/runtime/reference/ecosystem-file/
args: "one two",
instances: 1,
autorestart: true,
watch: true,
ignore_watch: [
// 不用监听的文件
"node_modules",
"logs",
],
error_file: "./logs/app-err.log", // 错误日志文件
out_file: "./logs/app-out.log", // 正常日志文件
log_date_format: "YYYY-MM-DD HH:mm:ss",
max_memory_restart: "1G",
env_pro: {
NODE_ENV: "production",
REMOTE_ADDR: "",
},
env_dev: {
NODE_ENV: "development",
REMOTE_ADDR: "",
},
env_test: {
NODE_ENV: "test",
REMOTE_ADDR: "",
},
},
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/danbaixi/UAAS-API.git
git@gitee.com:danbaixi/UAAS-API.git
danbaixi
UAAS-API
UAAS-API
main

搜索帮助