microservices/assignment-service/.env.test
2025-05-07 14:11:19 -07:00

4 lines
No EOL
153 B
Text

NODE_ENV=docker
DB_ASSIGNMENT_SERVICE_URL="http://js-assignment-db-service:3200"
DEPLOY_API_URL="http://js-deployment-service:3006/deploy"
NODE_PORT=8082