Changeset 9465a0d in Klonkt for ecosystem.config.cjs
- Timestamp:
- 06/16/2026 03:00:16 AM (3 months ago)
- Branches:
- main
- Children:
- 5019e22
- Parents:
- ff08153
- File:
-
- 1 edited
-
ecosystem.config.cjs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ecosystem.config.cjs
rff08153 r9465a0d 13 13 * pm2 start ecosystem.config.cjs --env production 14 14 * pm2 save && pm2 startup # auto-start on boot 15 * pm2 logs prutcms15 * pm2 logs klonkt 16 16 */ 17 17 … … 19 19 apps: [ 20 20 { 21 name: ' prutcms',21 name: 'klonkt', 22 22 script: 'src/server.js', 23 23 cwd: __dirname, … … 29 29 kill_timeout: 5000, // give in-flight requests time to finish 30 30 31 // Logs go to ~/.pm2/logs/ prutcms-out.log and -error.log by default.31 // Logs go to ~/.pm2/logs/klonkt-out.log and -error.log by default. 32 32 // Override here if you want them in the project dir: 33 33 // out_file: './logs/out.log',
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)