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": { "profiles": {
"http": { "local": {
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": false, "launchBrowser": false,
@ -9,11 +9,11 @@
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }
}, },
"https": { "preview": {
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": false, "launchBrowser": false,
"applicationUrl": "https://localhost:7119;http://localhost:5073", "applicationUrl": "http://[::]:5073",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }