aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Properties
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-02-12 22:32:10 +0800
committercrupest <crupest@outlook.com>2021-02-12 22:32:10 +0800
commit83910122bfd0aa9bd207b6d5f631774415312716 (patch)
tree7d7fe2cb488c6cdf6fc45d1eb9281d51c31cf7ac /BackEnd/Timeline/Properties
parente74195ae38450b54b5e5f376796d78e6da4fc1ae (diff)
downloadtimeline-83910122bfd0aa9bd207b6d5f631774415312716.tar.gz
timeline-83910122bfd0aa9bd207b6d5f631774415312716.tar.bz2
timeline-83910122bfd0aa9bd207b6d5f631774415312716.zip
fix: Fix migration bug.
Diffstat (limited to 'BackEnd/Timeline/Properties')
-rw-r--r--BackEnd/Timeline/Properties/launchSettings.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json
index 851fc6a8..3c8a465b 100644
--- a/BackEnd/Timeline/Properties/launchSettings.json
+++ b/BackEnd/Timeline/Properties/launchSettings.json
@@ -5,8 +5,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_FRONTEND": "Proxy"
- },
- "applicationUrl": "http://0.0.0.0:5000"
+ }
},
"Dev-Mock": {
"commandName": "Project",
@@ -30,4 +29,4 @@
}
}
}
-} \ No newline at end of file
+}