PIbd-22_Fedorenko_Puchkina_.../LawFim/LawFirmRestApi/Properties/launchSettings.json

31 lines
809 B
JSON
Raw Normal View History

2024-04-30 14:25:28 +04:00
{
"profiles": {
"LawFirmRestApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2024-04-30 14:25:28 +04:00
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7033;http://localhost:5223"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
2024-04-30 14:25:28 +04:00
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:58916/",
"sslPort": 44311
}
}
2024-04-30 14:25:28 +04:00
}