diff options
author | crupest <crupest@outlook.com> | 2021-02-12 22:32:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-12 22:32:10 +0800 |
commit | 5849d34d9fcf1ccfb7fe5cc0842765129f7198b4 (patch) | |
tree | 8a4af35bd8fb2ca553025388532ef43b67408560 /BackEnd/Timeline/Properties/launchSettings.json | |
parent | 118fb9b15ba62837a0befaad0aaea156b0488aea (diff) | |
download | timeline-5849d34d9fcf1ccfb7fe5cc0842765129f7198b4.tar.gz timeline-5849d34d9fcf1ccfb7fe5cc0842765129f7198b4.tar.bz2 timeline-5849d34d9fcf1ccfb7fe5cc0842765129f7198b4.zip |
fix: Fix migration bug.
Diffstat (limited to 'BackEnd/Timeline/Properties/launchSettings.json')
-rw-r--r-- | BackEnd/Timeline/Properties/launchSettings.json | 5 |
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 +}
|