Apigateway/Microservicios/MsUsuarios/Properties/launchSettings.json

33 lines
873 B
JSON
Raw Normal View History

2022-11-02 11:31:23 -05:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2023-02-02 10:50:02 -05:00
"applicationUrl": "http://localhost:63935",
"sslPort": 44396
2022-11-02 11:31:23 -05:00
}
},
"profiles": {
2023-02-02 10:50:02 -05:00
"MicroservicioAdminUsuarios": {
2022-11-02 11:31:23 -05:00
"commandName": "Project",
"dotnetRunMessages": true,
2023-02-14 14:08:45 -05:00
"launchBrowser": false,
2022-11-02 11:31:23 -05:00
"launchUrl": "swagger",
2023-02-02 10:50:02 -05:00
"applicationUrl": "https://localhost:7292;http://localhost:5292",
2022-11-02 11:31:23 -05:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
2023-02-02 10:50:02 -05:00
"MySecretKey": "_ll@v3Segur1d4d!123",
2022-11-02 11:31:23 -05:00
}
},
"IIS Express": {
"commandName": "IISExpress",
2023-02-14 14:08:45 -05:00
"launchBrowser": false,
2022-11-02 11:31:23 -05:00
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}