Apigateway/Microservicios/MsUsuarios/Properties/launchSettings.json

33 lines
870 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,
2024-06-06 10:56:01 -05:00
"launchBrowser": true,
2022-11-02 11:31:23 -05:00
"launchUrl": "swagger",
2023-02-14 18:01:33 -05:00
"applicationUrl": "https://localhost:7292;http://localhost:8151",
2022-11-02 11:31:23 -05:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
2023-02-14 18:01:33 -05:00
"MySecretKey": "_ll@v3Segur1d4d!123"
2022-11-02 11:31:23 -05:00
}
},
"IIS Express": {
"commandName": "IISExpress",
2024-06-06 10:56:01 -05:00
"launchBrowser": true,
2022-11-02 11:31:23 -05:00
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}