- MultiDominio: api.riso.app, api.gruppomacro.app

This commit is contained in:
Surya Paolo
2024-07-23 12:25:10 +02:00
parent 017ac82d8b
commit 21862f87a1
17 changed files with 484 additions and 97 deletions

View File

@@ -9,15 +9,12 @@ module.exports = {
//autorestart: true,
instances: 1,
env: {
"PORT": 3000,
"NODE_ENV": "development",
},
env_test: {
"PORT": 3001,
"NODE_ENV": "test",
},
env_production: {
"PORT": 3000,
"NODE_ENV": "production",
},
log_file: "logs/combined.outerr.log",