From 9ab322751a732d8cbc1ddf4f2ecf5022d7242baa Mon Sep 17 00:00:00 2001 From: Marijn Besseling Date: Sun, 7 Sep 2025 20:56:09 +0200 Subject: WIP migration --- Blog/Properties/launchSettings.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Blog/Properties/launchSettings.json (limited to 'Blog/Properties') diff --git a/Blog/Properties/launchSettings.json b/Blog/Properties/launchSettings.json new file mode 100644 index 0000000..da8485d --- /dev/null +++ b/Blog/Properties/launchSettings.json @@ -0,0 +1,23 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "http://localhost:5296", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "https://localhost:7014;http://localhost:5296", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } + } -- cgit v1.2.3