/[sudobot]/trunk/ecosystem.config.js
ViewVC logotype

Contents of /trunk/ecosystem.config.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 259 - (show annotations)
Mon Jul 29 17:29:15 2024 UTC (8 months ago) by rakin
File MIME type: text/javascript
File size: 309 byte(s)
chore: integrate with PM2 process manager (#60)
1 module.exports = {
2 apps: [
3 {
4 script: 'build/index.js',
5 env_production: {
6 NODE_ENV: "production"
7 },
8 env_development: {
9 NODE_ENV: "development"
10 },
11 max_memory_restart: "850M"
12 }
13 ],
14
15 };

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26