/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/custom-nodejs-version/ecosystem.config.js
14 строк
277 B
Unitech
#2541 fix setting node.js version and restart via configuration file
02 фев 2017, 20:44
02 фев 2017, 20:44
e731d93
Код
Авторство
О чём код?
module.exports = { /** * Application configuration section * http://pm2.keymetrics.io/docs/usage/application-declaration/ */ apps : [ // First application { name : "API", script : "http.js", interpreter : "node@6.9.0" } ] }