Skip to content

Commit 0cc7195

Browse files
committed
Update launchSettings.json
1 parent ed2353e commit 0cc7195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Scaffold/Sources/Scaffold.WebApi/Properties/launchSettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"Scaffold.WebApi": {
55
"commandName": "Project",
66
"environmentVariables": {
7+
"ASPNETCORE_DEFAULTPORT": "5000",
78
"ASPNETCORE_ENVIRONMENT": "Development",
8-
"ASPNETCORE_URLS": "http://+:80",
9+
"ASPNETCORE_URLS": "http://+:5000",
910
"OTEL_SERVICE_NAME": "Scaffold"
1011
}
1112
}

0 commit comments

Comments
 (0)