PIbd-21_Medvedkov_Coursach/ComputerShopImplementerApp/Properties/launchSettings.json
2024-05-02 00:46:54 +04:00

29 lines
697 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:3921",
"sslPort": 4129
}
},
"profiles": {
"ComputerShopImplementerApp": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:6001;http://localhost:6842",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}