/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixtures/all2.json
23 строки
470 B
Unitech
progress
08 июн 2016, 20:21
08 июн 2016, 20:21
d1249ff
Код
Авторство
О чём код?
[{ "name" : "echo", "script" : "./echo.js", "instances" : "1", "env_production" : { "NODE_ENV" : "production", "TOTO" : "heymoto" }, "env_test" : { "NODE_ENV" : "test", "TOTO" : "heyamota" } },{ "name" : "child", "script" : "./child.js", "instances" : "1", "error_file" : "./child-err.log", "out_file" : "./child-out.log" },{ "name" : "api-2", "script" : "./server.js", "instances" : "2" }]