1 Star 0 Fork 15

易小满/青龙面板

forked from loa123/青龙面板 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ecosystem.config.js 730 Bytes
一键复制 编辑 原始数据 按行查看 历史
whyour 提交于 2023-05-25 21:45 . 增加定时任务服务启动失败日志
module.exports = {
apps: [
{
name: 'schedule',
max_restarts: 10,
kill_timeout: 15000,
wait_ready: true,
listen_timeout: 10000,
source_map_support: true,
time: true,
script: 'static/build/schedule/index.js',
},
{
name: 'public',
max_restarts: 10,
kill_timeout: 15000,
wait_ready: true,
listen_timeout: 10000,
source_map_support: true,
time: true,
script: 'static/build/public.js',
},
{
name: 'panel',
max_restarts: 10,
kill_timeout: 15000,
wait_ready: true,
listen_timeout: 10000,
source_map_support: true,
time: true,
script: 'static/build/app.js',
},
],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yi-xiaoman/qinglong-panel.git
git@gitee.com:yi-xiaoman/qinglong-panel.git
yi-xiaoman
qinglong-panel
青龙面板
develop

搜索帮助