diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-10 13:54:23 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-10 13:54:23 +0200 |
| commit | ee80c6ff969b5b4cfc3d1292f15928fc8bd2d667 (patch) | |
| tree | 02d126568767f77f78127a347b142e5225fab4de /Web/Properties/launchSettings.json | |
| parent | 7941f1ab479b72ee53e94aef54b8390d21d36f84 (diff) | |
| download | DevHive-ee80c6ff969b5b4cfc3d1292f15928fc8bd2d667.tar DevHive-ee80c6ff969b5b4cfc3d1292f15928fc8bd2d667.tar.gz DevHive-ee80c6ff969b5b4cfc3d1292f15928fc8bd2d667.zip | |
Replaced ASP.NET Core MVC with Blazor
Diffstat (limited to 'Web/Properties/launchSettings.json')
| -rw-r--r-- | Web/Properties/launchSettings.json | 8 |
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,
|
