aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Properties/launchSettings.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-02-21 11:59:58 +0800
committercrupest <crupest@outlook.com>2020-02-21 11:59:58 +0800
commit6cf3c7891fe8a810b20bb799db9f3fb97414c4de (patch)
treea143ff8698660608d188428957a1ad56d620cca6 /Timeline/Properties/launchSettings.json
parente6a153380c720e386137904498b78b5488868f13 (diff)
downloadtimeline-6cf3c7891fe8a810b20bb799db9f3fb97414c4de.tar.gz
timeline-6cf3c7891fe8a810b20bb799db9f3fb97414c4de.tar.bz2
timeline-6cf3c7891fe8a810b20bb799db9f3fb97414c4de.zip
Migrate to use sqlite.
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"
}
}
}