ISEbd_21_Kuklew_M.I._Softwa.../SoftwareInstallationClientApp/Properties/launchSettings.json

38 lines
930 B
JSON
Raw Permalink Normal View History

2024-05-11 21:16:59 +04:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2024-05-11 21:30:00 +04:00
"applicationUrl": "http://localhost:17756",
"sslPort": 44387
2024-05-11 21:16:59 +04:00
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2024-05-11 21:30:00 +04:00
"applicationUrl": "http://localhost:5072",
2024-05-11 21:16:59 +04:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2024-05-11 21:30:00 +04:00
"applicationUrl": "https://localhost:7101;http://localhost:5072",
2024-05-11 21:16:59 +04:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}