2024-05-05 21:10:23 +01:00
|
|
|
{
|
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
|
|
"iisSettings": {
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
"iisExpress": {
|
2024-11-03 14:49:23 +00:00
|
|
|
"applicationUrl": "http://*:5000",
|
2024-05-05 21:10:23 +01:00
|
|
|
"sslPort": 2845
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"profiles": {
|
|
|
|
"https": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
"launchBrowser": false,
|
|
|
|
"workingDirectory": "bin/Debug/net8.0/",
|
2024-11-03 14:49:23 +00:00
|
|
|
"applicationUrl": "https://*:2845",
|
2024-05-05 21:10:23 +01:00
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"IIS Express": {
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|