microservices/assignment-service/.env.test
2025-05-07 23:30:37 -07:00

5 lines
196 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
PROXY_URL="https://proxy-service.fly.dev"