2024-05-05 13:46:10 +04:00
|
|
|
|
{
|
|
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
|
|
|
"iisSettings": {
|
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
|
"iisExpress": {
|
|
|
|
|
"applicationUrl": "http://localhost:33714",
|
|
|
|
|
"sslPort": 44315
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"profiles": {
|
|
|
|
|
"http": {
|
|
|
|
|
"commandName": "Project",
|
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
|
"launchBrowser": true,
|
2024-05-14 19:01:18 +04:00
|
|
|
|
"applicationUrl": "http://localhost:5051",
|
2024-05-05 13:46:10 +04:00
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"https": {
|
|
|
|
|
"commandName": "Project",
|
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"applicationUrl": "https://localhost:7071;http://localhost:5051",
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"IIS Express": {
|
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|