We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2353e commit 0cc7195Copy full SHA for 0cc7195
Scaffold/Sources/Scaffold.WebApi/Properties/launchSettings.json
@@ -4,8 +4,9 @@
4
"Scaffold.WebApi": {
5
"commandName": "Project",
6
"environmentVariables": {
7
+ "ASPNETCORE_DEFAULTPORT": "5000",
8
"ASPNETCORE_ENVIRONMENT": "Development",
- "ASPNETCORE_URLS": "http://+:80",
9
+ "ASPNETCORE_URLS": "http://+:5000",
10
"OTEL_SERVICE_NAME": "Scaffold"
11
}
12
0 commit comments