microservices/assignment-service/.env

3 lines
142 B
Bash
Raw Normal View History

2025-04-29 12:01:10 -07:00
#DB_ASSIGNMENT_SERVICE_URL = "http://localhost:3000"
DB_ASSIGNMENT_SERVICE_URL = "http://db-assignment-service.internal:3000"
2025-05-02 18:33:50 -07:00
NODE_PORT = 8080