Skip to content

Commit 5d4e1c2

Browse files
Clarify development mode listens to grpc cnx locally
1 parent dda19d8 commit 5d4e1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v1.16/guides/write-a-composition-function-in-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ hatch run development
562562
```
563563

564564
{{<hint "warning">}}
565-
`hatch run development` runs the function without encryption or authentication.
565+
`hatch run development` runs the function, and listen to incoming grpc request on port 9443 without encryption or authentication.
566566
Only use it during testing and development.
567567
{{</hint>}}
568568

0 commit comments

Comments
 (0)