2020-09-23 17:22:06 +02:00
|
|
|
{
|
2021-05-06 18:56:04 +01:00
|
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
2020-09-23 17:22:06 +02:00
|
|
|
"iisSettings": {
|
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
|
"iisExpress": {
|
2021-04-22 12:22:01 +01:00
|
|
|
"applicationUrl": "http://localhost:HTTP_PORT_FROM_TEMPLATE",
|
|
|
|
|
"sslPort": HTTPS_PORT_FROM_TEMPLATE
|
2020-09-23 17:22:06 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"profiles": {
|
|
|
|
|
"IIS Express": {
|
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
},
|
2021-08-18 11:18:30 +02:00
|
|
|
"Umbraco.Web.UI": {
|
2020-09-23 17:22:06 +02:00
|
|
|
"commandName": "Project",
|
2021-06-15 08:54:46 +01:00
|
|
|
"dotnetRunMessages": true,
|
2021-05-06 18:56:04 +01:00
|
|
|
"launchBrowser": true,
|
2021-06-15 08:54:46 +01:00
|
|
|
"applicationUrl": "https://localhost:HTTPS_PORT_FROM_TEMPLATE;http://localhost:HTTP_PORT_FROM_TEMPLATE",
|
2020-09-23 17:22:06 +02:00
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
2021-06-15 08:54:46 +01:00
|
|
|
}
|
2020-09-23 17:22:06 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|