Diferencia entre revisiones de «Desarrollo(67.7)»

De Telstock Wiki
Saltar a: navegación, buscar
Línea 2: Línea 2:
 
* '''Microservicios TM2:'''
 
* '''Microservicios TM2:'''
 
**'''BaseServices''':
 
**'''BaseServices''':
***ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run</code>
 
**'''MonitoringServices''':
 
**'''MonitoringServices''':
***ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:7000 dotnet run
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:7000 dotnet run</code>
 
**'''SurveyServices''':
 
**'''SurveyServices''':
***ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:8000 dotnet run
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:8000 dotnet run</code>
 
**'''FileManagerServices''':
 
**'''FileManagerServices''':
***ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:11000 dotnet run
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:11000 dotnet run</code>
 
**'''RouteServices''':
 
**'''RouteServices''':
***ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:8020 dotnet run
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:8020 dotnet run</code>

Revisión del 20:59 8 ene 2020

Servicios en Ejecución

  • Microservicios TM2:
    • BaseServices:
    • MonitoringServices:
    • SurveyServices:
    • FileManagerServices:
    • RouteServices: