PIbd23_Ivanova_Yakobchuk_Co.../LawCompany/LawCompanyRestApi/Properties/launchSettings.json

31 lines
814 B
JSON
Raw Normal View History

2024-05-01 19:27:58 +04:00
{
"profiles": {
2024-05-03 02:24:54 +04:00
"LawCompanyRestApi": {
2024-05-01 19:27:58 +04:00
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2024-05-03 02:11:25 +04:00
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7245;http://localhost:5035"
2024-05-01 19:27:58 +04:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
2024-05-03 02:11:25 +04:00
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:63687",
"sslPort": 44301
}
2024-05-01 19:27:58 +04:00
}
2024-05-03 02:11:25 +04:00
}