CinemaPress/process.json

40 lines
916 B
JSON
Raw Normal View History

2019-10-01 21:34:02 +02:00
{
"apps": [
{
"name": "example.com",
"script": "./app.js",
"instances": "1",
"exec_mode": "cluster",
"cwd": "./",
"error_file": "./log/err.log",
"out_file": "./log/out.log",
2020-01-20 06:33:27 +01:00
"time": true,
"watch": [
"app.js",
2020-03-02 22:44:54 +01:00
"themes/*/views/*.ejs",
"themes/*/views/*/*.ejs",
"themes/*/views/*/*/*.ejs",
"lib",
"modules",
"routes"
2019-10-01 21:34:02 +02:00
],
"watch_delay": 1000,
2019-10-01 21:34:02 +02:00
"watch_options": {
"followSymlinks": false
},
"vizion": false,
"env": {
"NODE_ENV": "production",
"CP_ALL": "_example_com_",
"CP_XMLPIPE2": "xmlpipe2_example_com",
"CP_RT": "rt_example_com",
"CP_CONTENT": "content_example_com",
"CP_COMMENT": "comment_example_com",
"CP_USER": "user_example_com",
2021-01-21 04:06:27 +01:00
"CP_VER": "1",
"NO_CACHE": ""
2019-10-01 21:34:02 +02:00
}
}
]
}