PIbd23_Ivanova_Yakobchuk_Co.../LawCompany/LawCompanyRestApi/Properties/launchSettings.json
2024-05-03 02:24:54 +04:00

31 lines
814 B
JSON

{
"profiles": {
"LawCompanyRestApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7245;http://localhost:5035"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:63687",
"sslPort": 44301
}
}
}