/[sudobot]/branches/3.x/ecosystem.config.js
ViewVC logotype

Annotation of /branches/3.x/ecosystem.config.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: text/javascript
File size: 308 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 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     };

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26