From da73745f7c811ecc06031f092ec05e8a1edddcef Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 24 Apr 2021 15:35:43 +0800 Subject: feat: Move default work directory to home/timeline. --- BackEnd/Timeline/Properties/launchSettings.json | 8 -------- 1 file changed, 8 deletions(-) (limited to 'BackEnd/Timeline/Properties/launchSettings.json') diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json index 3c8a465b..f683ca2d 100644 --- a/BackEnd/Timeline/Properties/launchSettings.json +++ b/BackEnd/Timeline/Properties/launchSettings.json @@ -19,14 +19,6 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Staging" } - }, - "Dev-Windows": { - "commandName": "Project", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development", - "ASPNETCORE_FRONTEND": "Proxy", - "TIMELINE_WORKDIR": "D:\\timeline-development" - } } } } -- cgit v1.2.3