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

42 lines
1.1 KiB
JSON
Raw Normal View History

2024-04-25 13:16:23 +04:00
{
2024-05-01 10:50:16 +04:00
"$schema": "http://json.schemastore.org/launchsettings.json",
2024-04-25 13:16:23 +04:00
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2024-05-01 10:50:16 +04:00
"applicationUrl": "http://localhost:2876",
"sslPort": 44332
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",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
2024-05-01 10:50:16 +04:00
"applicationUrl": "http://localhost:5262",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7106;http://localhost:5262",
2024-04-25 13:16:23 +04:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}