aboutsummaryrefslogtreecommitdiff
path: root/Web/Properties
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-10 13:54:23 +0200
committertranstrike <transtrike@gmail.com>2020-12-10 13:54:23 +0200
commitee80c6ff969b5b4cfc3d1292f15928fc8bd2d667 (patch)
tree02d126568767f77f78127a347b142e5225fab4de /Web/Properties
parent7941f1ab479b72ee53e94aef54b8390d21d36f84 (diff)
downloadDevHive-ee80c6ff969b5b4cfc3d1292f15928fc8bd2d667.tar
DevHive-ee80c6ff969b5b4cfc3d1292f15928fc8bd2d667.tar.gz
DevHive-ee80c6ff969b5b4cfc3d1292f15928fc8bd2d667.zip
Replaced ASP.NET Core MVC with Blazor
Diffstat (limited to 'Web/Properties')
-rw-r--r--Web/Properties/launchSettings.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/Web/Properties/launchSettings.json b/Web/Properties/launchSettings.json
index 4e23cb7..b602949 100644
--- a/Web/Properties/launchSettings.json
+++ b/Web/Properties/launchSettings.json
@@ -1,10 +1,10 @@
-{
+{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
- "applicationUrl": "http://localhost:16267",
- "sslPort": 44346
+ "applicationUrl": "http://localhost:48973",
+ "sslPort": 44302
}
},
"profiles": {
@@ -15,7 +15,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
- "WebFrontend": {
+ "Web": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,