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.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json
deleted file mode 100644
index 73897158..00000000
--- a/Timeline/Properties/launchSettings.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "profiles": {
- "Timeline": {
- "commandName": "Project",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development",
- "ASPNETCORE_USEPROXYFRONTEND": "true",
- "ASPNETCORE_WORKDIR": "D:\\timeline-development"
- }
- },
- "Timeline-MockFrontEnd": {
- "commandName": "Project",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development",
- "ASPNETCORE_USEMOCKFRONTEND": "true",
- "ASPNETCORE_WORKDIR": "D:\\timeline-development"
- }
- },
- "Timeline-Staging": {
- "commandName": "Project",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Staging",
- "ASPNETCORE_WORKDIR": "D:\\timeline-development"
- }
- }
- }
-}