diff --git a/Akari.Prototype.Server/Properties/launchSettings.json b/Akari.Prototype.Server/Properties/launchSettings.json index b762193..461c610 100644 --- a/Akari.Prototype.Server/Properties/launchSettings.json +++ b/Akari.Prototype.Server/Properties/launchSettings.json @@ -1,13 +1,13 @@ -{ +{ "profiles": { "Akari.Prototype.Server": { "commandName": "Project", - "dotnetRunMessages": "true", - "launchBrowser": false, - "applicationUrl": "http://localhost:5000;https://localhost:5001", + "workingDirectory": ".\\bin\\Debug\\net5.0", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": "true", + "applicationUrl": "http://localhost:5000;https://localhost:5001" } } -} +} \ No newline at end of file