Skip to content

Commit a4b6cab

Browse files
API: dev listen all interfaces
1 parent b95c271 commit a4b6cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Certify.Server/Certify.Server.Api.Public/Properties/launchSettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commandName": "IISExpress",
55
"launchUrl": "https://localhost:44361/docs",
66
"environmentVariables": {
7-
"ASPNETCORE_URLS": "https://localhost:44361;",
7+
"ASPNETCORE_URLS": "https://0.0.0.0:44361;",
88
"CERTIFY_SERVICE_HOST": "127.0.0.2", // note: aspire hosted uses this profile
99
"CERTIFY_SERVICE_PORT": "9695"
1010
}

0 commit comments

Comments
 (0)