Desarrollo(67.7)
Revisión del 20:55 8 ene 2020 de Rsilva (discusión | contribuciones)
Servicios en Ejecución
- Microservicios TM2:
- BaseServices:
- ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run
- MonitoringServices:
- ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:7000 dotnet run
- SurveyServices:
- ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:8000 dotnet run
- FileManagerServices:
- ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:11000 dotnet run
- RouteServices:
- ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:8020 dotnet run
- BaseServices: