/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/cluster-http/ecosystem.config.js
17 строк
275 B
Unitech
Update README.md and fully restructure tests
24 янв 2018, 14:43
24 янв 2018, 14:43
dcd190b
Код
Авторство
О чём код?
module.exports = { apps : [{ name : 'clustered_http', script : './http.js', instances : 'max', exec_mode : 'cluster', env : { PORT : 8002 } }, { name : 'forked_app', script : './http.js', env : { PORT : 8001 } }] }