diff options
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"
- }
}
}
}
|