ISEbd-21.Gordeev.I.V.SushiB.../SushiBar/SushiBarClientApp/Properties/launchSettings.json

29 lines
690 B
JSON
Raw Permalink Normal View History

2024-05-12 19:04:40 +04:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:22876",
"sslPort": 44352
}
},
2024-04-25 13:16:23 +04:00
"profiles": {
2024-05-12 19:04:40 +04:00
"SushiBarClientApp": {
2024-04-25 13:16:23 +04:00
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2024-05-12 19:04:40 +04:00
"applicationUrl": "https://localhost:7121;http://localhost:5109",
2024-04-25 13:16:23 +04:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2024-05-12 19:04:40 +04:00
}
2024-04-25 13:16:23 +04:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
2024-05-12 19:04:40 +04:00
}