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

This commit is contained in:
2026-01-13 07:59:27 -08:00
parent d38fcd21c1
commit 987badbf8d
4 changed files with 73 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ module.exports = {
min_uptime: '10s',
env: {
NODE_ENV: 'test',
PORT: 3002,
WORKER_LOCK_DURATION: '120000',
...sharedEnv,
},