changes port number/non ssl

This commit is contained in:
Shannon
2020-05-27 10:27:41 +10:00
parent 6a4c277fdc
commit ef02571c8d

View File

@@ -1,10 +1,10 @@
{
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:36804",
"sslPort": 44354
"applicationUrl": "http://localhost:9000",
"sslPort": 0
}
},
"profiles": {
@@ -17,12 +17,10 @@
},
"Umbraco.Web.UI.NetCore": {
"commandName": "Project",
"launchBrowser": false,
"applicationUrl": "https://localhost:44354;http://localhost:9000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"applicationUrl": "https://localhost:44354;http://localhost:9000"
}
}
}
}