PIBD-21_Lobashov_I_D_Travel.../TravelCompany/TravelCompanyClientApp/Properties/launchSettings.json

29 lines
694 B
JSON
Raw Normal View History

2024-04-18 16:34:54 +04:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2024-04-18 21:08:02 +04:00
"applicationUrl": "http://localhost:8145",
"sslPort": 44343
2024-04-18 16:34:54 +04:00
}
},
"profiles": {
"TravelCompanyClientApp": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2024-04-18 21:08:02 +04:00
"applicationUrl": "https://localhost:7019;http://localhost:5041",
2024-04-18 16:34:54 +04:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}