From 7fefe217c8462444ecb9806599e70afe2a7102ea Mon Sep 17 00:00:00 2001 From: Paweł Bernaciak Date: Fri, 10 Feb 2023 21:24:11 +0100 Subject: Time display fixes --- CoreWiki/Properties/launchSettings.json | 40 ++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 15 deletions(-) (limited to 'CoreWiki/Properties/launchSettings.json') diff --git a/CoreWiki/Properties/launchSettings.json b/CoreWiki/Properties/launchSettings.json index af5f473..da59de7 100644 --- a/CoreWiki/Properties/launchSettings.json +++ b/CoreWiki/Properties/launchSettings.json @@ -1,30 +1,22 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:13598", - "sslPort": 44384 - } - }, "profiles": { "http": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:5274", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": true, + "applicationUrl": "http://localhost:5274" }, "https": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:7020;http://localhost:5274", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": true, + "applicationUrl": "https://localhost:7020;http://localhost:5274" }, "IIS Express": { "commandName": "IISExpress", @@ -32,6 +24,24 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } + }, + "WSL": { + "commandName": "WSL2", + "launchBrowser": true, + "launchUrl": "https://localhost:7020", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development", + "ASPNETCORE_URLS": "https://localhost:7020;http://localhost:5274" + }, + "distributionName": "" + } + }, + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:13598", + "sslPort": 44384 } } -} +} \ No newline at end of file -- cgit v1.2.3