Renaming folder, project, solutions + changing .gitignore (there were old references to Umbraco.Web.UI)

This commit is contained in:
Elitsa Marinovska
2021-08-18 10:40:13 +02:00
parent a8eae13e0e
commit e734b6dda4
64 changed files with 2 additions and 4 deletions

View File

@@ -0,0 +1,28 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:9000",
"sslPort": 44331
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Umbraco.Web.UI.NetCore": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:44331;http://localhost:9000"
}
}
}