microservices/assignment-service/.env.test

4 lines
139 B
Text
Raw Normal View History

NODE_ENV=test
2025-05-01 16:07:55 -07:00
DB_ASSIGNMENT_SERVICE_URL="http://js-assignment-db-service:3200"
DEPLOY_API_URL="http://localhost:3006/deploy"
2025-05-02 18:33:50 -07:00
NODE_PORT=8082