mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
11 lines
187 B
JSON
11 lines
187 B
JSON
[{
|
|
"name" : "appname",
|
|
"script" : "./env.js",
|
|
"out_file" : "out-env.log",
|
|
"merge_logs" : true,
|
|
"env": {
|
|
"NODE_ENV": "production",
|
|
"TEST_VARIABLE": "YES"
|
|
}
|
|
}]
|