use port 3002 in test
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 16m13s

This commit is contained in:
2026-01-13 08:42:34 -08:00
parent a57cfc396b
commit ce4ecd1268

View File

@@ -71,7 +71,7 @@ module.exports = {
exp_backoff_restart_delay: 100,
min_uptime: '10s',
env: {
NODE_ENV: 'test',
NODE_ENV: 'staging',
PORT: 3002,
WORKER_LOCK_DURATION: '120000',
...sharedEnv,
@@ -90,7 +90,7 @@ module.exports = {
exp_backoff_restart_delay: 100,
min_uptime: '10s',
env: {
NODE_ENV: 'test',
NODE_ENV: 'staging',
...sharedEnv,
},
},
@@ -107,7 +107,7 @@ module.exports = {
exp_backoff_restart_delay: 100,
min_uptime: '10s',
env: {
NODE_ENV: 'test',
NODE_ENV: 'staging',
...sharedEnv,
},
},