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

Contents of /branches/6.x/ecosystem.config.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: text/javascript
File size: 241 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 module.exports = {
2 apps: [
3 {
4 name: "sudobot",
5 script: "build/index.js",
6 env_production: {
7 NODE_ENV: "production"
8 },
9 autorestart: true
10 }
11 ]
12 };

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26