This commit is contained in:
paoloar77
2024-01-24 16:23:13 +01:00
parent c760e9265f
commit 6135d0f8aa
6 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ module.exports = {
//autorestart: true,
instances: 1,
env: {
"PORT": 3100,
"PORT": 3014,
"NODE_ENV": "development",
},
env_test: {
@@ -17,7 +17,7 @@ module.exports = {
"NODE_ENV": "test",
},
env_production: {
"PORT": 3100,
"PORT": 3014,
"NODE_ENV": "production",
},
log_file: "logs/combined.outerr.log",