Apigateway/Microservicios/IntegradorBE/Properties/launchSettings.json
2023-09-01 09:19:18 -05:00

31 lines
824 B
JSON

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