diff options
author | crupest <crupest@outlook.com> | 2020-12-06 16:22:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-06 16:22:18 +0800 |
commit | 561563651e9dff13d37342ec5c21997e600ad821 (patch) | |
tree | 2dbd2bb642e416c1a99c6c8be24442190fbb1e2c /BackEnd/Timeline/Properties/launchSettings.json | |
parent | b3c9cf4bf66bd3b78e94dc522c53e7f7522897f0 (diff) | |
download | timeline-561563651e9dff13d37342ec5c21997e600ad821.tar.gz timeline-561563651e9dff13d37342ec5c21997e600ad821.tar.bz2 timeline-561563651e9dff13d37342ec5c21997e600ad821.zip |
fix: Fix #190 .
Diffstat (limited to 'BackEnd/Timeline/Properties/launchSettings.json')
-rw-r--r-- | BackEnd/Timeline/Properties/launchSettings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json index de8186db..6d58040a 100644 --- a/BackEnd/Timeline/Properties/launchSettings.json +++ b/BackEnd/Timeline/Properties/launchSettings.json @@ -2,6 +2,7 @@ "profiles": {
"Development": {
"commandName": "Project",
+ "applicationUrl": "http://0.0.0.0:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_USEPROXYFRONTEND": "true",
|