aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Properties/launchSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Properties/launchSettings.json')
-rw-r--r--Timeline/Properties/launchSettings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json
index 2daf38db..3819fe0f 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",
+ "TIMELINE_WORKDIR": "D:\\timeline-development"
}
}
}