Skip to content

Commit

Permalink
debug settings
Browse files Browse the repository at this point in the history
  • Loading branch information
feast107 committed Nov 11, 2024
1 parent 8e7391d commit 1d4e6cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dotnetRunMessages": true,
"launchBrowser": false,
"launchUrl": "/",
"applicationUrl": "https://[::]:4444",
"applicationUrl": "https://[::]:4443",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down
7 changes: 7 additions & 0 deletions src/Antelcat.MediasoupSharp.Demo/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@
"Default": "Information",
"Microsoft.AspNetCore": "Information"
}
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "https://[::]:4443"
}
}
}
}

0 comments on commit 1d4e6cf

Please sign in to comment.