Skip to content

Commit

Permalink
API: dev listen all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed Oct 29, 2024
1 parent b95c271 commit a4b6cab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commandName": "IISExpress",
"launchUrl": "https://localhost:44361/docs",
"environmentVariables": {
"ASPNETCORE_URLS": "https://localhost:44361;",
"ASPNETCORE_URLS": "https://0.0.0.0:44361;",
"CERTIFY_SERVICE_HOST": "127.0.0.2", // note: aspire hosted uses this profile
"CERTIFY_SERVICE_PORT": "9695"
}
Expand Down

0 comments on commit a4b6cab

Please sign in to comment.