Apigateway/Microservicios/MsUsuarios/Properties/launchSettings.json
Cristian Guerrero 8e6425fc54 Prueba remoto
2024-11-16 09:48:01 -05:00

34 lines
895 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:63935",
"sslPort": 44396
}
},
"profiles": {
"MicroservicioAdminUsuarios": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7292;http://localhost:8151",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"MySecretKey": "_ll@v3Segur1d4d!123"
}
},
"IIS Express": {
"commandName": "IISExpress",
//"sslPort": 7292,
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}