Update launchSettings

This commit is contained in:
Laura Hausmann 2022-11-27 20:42:40 +01:00
parent 2aee9a081d
commit 8b025deeef
Signed by: zotan
GPG Key ID: D044E84C5BE01605
2 changed files with 9 additions and 3 deletions

View File

@ -0,0 +1,6 @@
---
title: "Site update: 2022 Edition"
date: 2022-11-26
...
Longer term readers of this blog probably know this already, but the website that this blog is a subpage of hasn't exactly changed much over the past few years. Small content updates here and there did happen, but nothing major.

View File

@ -1,6 +1,6 @@
{
"profiles": {
"http": {
"local": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
@ -9,11 +9,11 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"preview": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:7119;http://localhost:5073",
"applicationUrl": "http://[::]:5073",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}