From 34e03cd981acc934c779c29400f6ade0cb9bf54a Mon Sep 17 00:00:00 2001 From: dwalker Date: Sun, 3 May 2026 00:13:27 -0400 Subject: initial commit --- dwalker.xyz/Properties/launchSettings.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dwalker.xyz/Properties/launchSettings.json (limited to 'dwalker.xyz/Properties') diff --git a/dwalker.xyz/Properties/launchSettings.json b/dwalker.xyz/Properties/launchSettings.json new file mode 100644 index 0000000..c55f6a2 --- /dev/null +++ b/dwalker.xyz/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:0", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "https://localhost:0;http://localhost:0", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} -- cgit v1.2.3