diff --git a/backend/src/App/Taskio/Properties/launchSettings.json b/backend/src/App/Taskio/Properties/launchSettings.json index 6958df9..aef23af 100644 --- a/backend/src/App/Taskio/Properties/launchSettings.json +++ b/backend/src/App/Taskio/Properties/launchSettings.json @@ -14,9 +14,10 @@ "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "http://localhost:5210", + "applicationUrl": "http://localhost:9080", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Development", + "SEEDING": "true" } }, "https": { @@ -24,7 +25,7 @@ "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "https://localhost:7095;http://localhost:5210", + "applicationUrl": "https://localhost:9081;http://localhost:9080", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "SEEDING": "true" @@ -35,7 +36,8 @@ "launchBrowser": true, "launchUrl": "swagger", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Development", + "SEEDING": "true" } } }