aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Properties/launchSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'BackEnd/Timeline/Properties/launchSettings.json')
-rw-r--r--BackEnd/Timeline/Properties/launchSettings.json14
1 files changed, 11 insertions, 3 deletions
diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json
index db58cd31..851fc6a8 100644
--- a/BackEnd/Timeline/Properties/launchSettings.json
+++ b/BackEnd/Timeline/Properties/launchSettings.json
@@ -2,11 +2,11 @@
"profiles": {
"Dev": {
"commandName": "Project",
- "applicationUrl": "http://0.0.0.0:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_FRONTEND": "Proxy"
- }
+ },
+ "applicationUrl": "http://0.0.0.0:5000"
},
"Dev-Mock": {
"commandName": "Project",
@@ -20,6 +20,14 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Staging"
}
+ },
+ "Dev-Windows": {
+ "commandName": "Project",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development",
+ "ASPNETCORE_FRONTEND": "Proxy",
+ "TIMELINE_WORKDIR": "D:\\timeline-development"
+ }
}
}
-}
+} \ No newline at end of file