Skip to content

Commit 6f8ea6e

Browse files
Hub Service: set default launch port
1 parent 27354fe commit 6f8ea6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Certify.Server/Certify.Server.HubService/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ASPNETCORE_ENVIRONMENT": "Development"
1717
},
1818
"dotnetRunMessages": true,
19-
"applicationUrl": "https://localhost:7187;http://localhost:5028",
19+
"applicationUrl": "https://0.0.0.0:44361",
2020
"CERTIFY_MANAGEMENT_HUB": "https://localhost:7187/api/internal/managementhub",
2121
"CERTIFY_ENABLE_MANAGEMENT_HUB": "true"
2222
},

0 commit comments

Comments
 (0)