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

38 lines
990 B
JSON
Raw Normal View History

2024-05-01 10:50:16 +04:00
{
2024-04-25 13:16:23 +04:00
"profiles": {
2024-05-01 10:50:16 +04:00
"http": {
2024-04-25 13:16:23 +04:00
"commandName": "Project",
2024-05-01 10:50:16 +04:00
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
2024-04-25 13:16:23 +04:00
"dotnetRunMessages": true,
2024-05-01 10:50:16 +04:00
"applicationUrl": "http://localhost:5222"
},
"https": {
"commandName": "Project",
2024-04-25 13:16:23 +04:00
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2024-05-01 10:50:16 +04:00
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7084;http://localhost:5222"
2024-04-25 13:16:23 +04:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
2024-05-01 10:50:16 +04:00
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:41478",
"sslPort": 44302
}
2024-04-25 13:16:23 +04:00
}
2024-05-01 10:50:16 +04:00
}