diff options
Diffstat (limited to 'Timeline/Properties/launchSettings.json')
-rw-r--r-- | Timeline/Properties/launchSettings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json index 2daf38db..4bae443c 100644 --- a/Timeline/Properties/launchSettings.json +++ b/Timeline/Properties/launchSettings.json @@ -3,7 +3,8 @@ "Timeline": { "commandName": "Project", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Development", + "ASPNETCORE_WORKDIR": "D:\\timeline-development" } } } |