aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Properties
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-04-24 15:35:43 +0800
committercrupest <crupest@outlook.com>2021-04-24 15:35:43 +0800
commitcac76dc4783f617015232a68bcbc56579e0c77e7 (patch)
tree1a6b51940d904e46f85bdc419e27ae716aa6e24f /BackEnd/Timeline/Properties
parentfca2ca672b7f7c958b6465c24d89d982887fabf8 (diff)
downloadtimeline-cac76dc4783f617015232a68bcbc56579e0c77e7.tar.gz
timeline-cac76dc4783f617015232a68bcbc56579e0c77e7.tar.bz2
timeline-cac76dc4783f617015232a68bcbc56579e0c77e7.zip
feat: Move default work directory to home/timeline.
Diffstat (limited to 'BackEnd/Timeline/Properties')
-rw-r--r--BackEnd/Timeline/Properties/launchSettings.json8
1 files changed, 0 insertions, 8 deletions
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"
- }
}
}
}