aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Properties
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-01-31 15:42:52 +0800
committercrupest <crupest@outlook.com>2021-01-31 15:42:52 +0800
commit7f88e120aba0f218641084aca4f467ffd27981d9 (patch)
tree54b320b4f236ae55895f32a64dbbc61d0022c835 /BackEnd/Timeline/Properties
parent607460b87376be19d9117cdd7be11883410d8691 (diff)
downloadtimeline-7f88e120aba0f218641084aca4f467ffd27981d9.tar.gz
timeline-7f88e120aba0f218641084aca4f467ffd27981d9.tar.bz2
timeline-7f88e120aba0f218641084aca4f467ffd27981d9.zip
...
Diffstat (limited to 'BackEnd/Timeline/Properties')
-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