2021-12-06 02:49:27 +03:00
|
|
|
|
{
|
|
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
|
|
|
"iisSettings": {
|
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
|
"iisExpress": {
|
|
|
|
|
"applicationUrl": "http://localhost:65056",
|
|
|
|
|
"sslPort": 44398
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"profiles": {
|
|
|
|
|
"IIS Express": {
|
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"BlueWest.WebApi": {
|
|
|
|
|
"commandName": "Project",
|
|
|
|
|
"dotnetRunMessages": "true",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
|
"applicationUrl": "https://localhost:5001;http://localhost:5000",
|
|
|
|
|
"environmentVariables": {
|
2022-08-13 20:15:43 +03:00
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Production"
|
2021-12-06 02:49:27 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|