diff options
author | crupest <crupest@outlook.com> | 2021-04-24 15:35:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-24 15:35:43 +0800 |
commit | da73745f7c811ecc06031f092ec05e8a1edddcef (patch) | |
tree | 65c78c7127cee0e2957d0b16b16be261062b4142 /BackEnd/Timeline/Properties | |
parent | 09bd11e0c7c5b17684515958f8cd82a31e2b5be1 (diff) | |
download | timeline-da73745f7c811ecc06031f092ec05e8a1edddcef.tar.gz timeline-da73745f7c811ecc06031f092ec05e8a1edddcef.tar.bz2 timeline-da73745f7c811ecc06031f092ec05e8a1edddcef.zip |
feat: Move default work directory to home/timeline.
Diffstat (limited to 'BackEnd/Timeline/Properties')
-rw-r--r-- | BackEnd/Timeline/Properties/launchSettings.json | 8 |
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"
- }
}
}
}
|