From 8880e0efec7462f6865e528f01b9973c6e722e8b Mon Sep 17 00:00:00 2001 From: transtrike Date: Sat, 19 Dec 2020 16:32:14 +0200 Subject: Blazor Template added --- src/DevHive.Blazor/Properties/launchSettings.json | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/DevHive.Blazor/Properties/launchSettings.json (limited to 'src/DevHive.Blazor/Properties/launchSettings.json') diff --git a/src/DevHive.Blazor/Properties/launchSettings.json b/src/DevHive.Blazor/Properties/launchSettings.json new file mode 100644 index 0000000..7ecc5b6 --- /dev/null +++ b/src/DevHive.Blazor/Properties/launchSettings.json @@ -0,0 +1,28 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:48585", + "sslPort": 44305 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "DevHive.Blazor": { + "commandName": "Project", + "dotnetRunMessages": "true", + "launchBrowser": true, + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} -- cgit v1.2.3