From 83aff89211ce5a9289d4a7d89894b035d6819f5b Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 24 May 2021 18:03:42 +0200 Subject: [PATCH] update compilazione WSL & Console --- MP.Stats/Properties/launchSettings.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/MP.Stats/Properties/launchSettings.json b/MP.Stats/Properties/launchSettings.json index df6ed3c6..d8983460 100644 --- a/MP.Stats/Properties/launchSettings.json +++ b/MP.Stats/Properties/launchSettings.json @@ -17,12 +17,22 @@ }, "MP-STATS": { "commandName": "Project", - "dotnetRunMessages": "true", "launchBrowser": true, - "applicationUrl": "https://localhost:5001;http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": "true", + "applicationUrl": "https://localhost:5001;http://localhost:5000" + }, + "WSL 2": { + "commandName": "WSL2", + "launchBrowser": true, + "launchUrl": "https://localhost:5001", + "environmentVariables": { + "ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000", + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "distributionName": "" } } -} +} \ No newline at end of file