From b24032d124ed6fc0bf633b2d817815fb38523303 Mon Sep 17 00:00:00 2001 From: glax Date: Thu, 1 Jun 2023 11:29:47 +0200 Subject: [PATCH] remove env var --- Tranga-API/Properties/launchSettings.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/Tranga-API/Properties/launchSettings.json b/Tranga-API/Properties/launchSettings.json index fd6862f..255fff8 100644 --- a/Tranga-API/Properties/launchSettings.json +++ b/Tranga-API/Properties/launchSettings.json @@ -12,26 +12,17 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:5177", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } + "applicationUrl": "http://localhost:5177" }, "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:7036;http://localhost:5177", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } + "applicationUrl": "https://localhost:7036;http://localhost:5177" }, "IIS Express": { "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } + "launchBrowser": true } } }