Update environment variables

This commit is contained in:
JBB0807 2025-05-07 14:11:19 -07:00
parent e2d728265b
commit 372120e835
8 changed files with 56 additions and 9 deletions

View file

@ -1,4 +1,4 @@
NODE_ENV=test
NODE_ENV=docker
DB_ASSIGNMENT_SERVICE_URL="http://js-assignment-db-service:3200"
DEPLOY_API_URL="http://localhost:3006/deploy"
DEPLOY_API_URL="http://js-deployment-service:3006/deploy"
NODE_PORT=8082