Skip to content

Commit

Permalink
Clarify development mode listens to grpc cnx locally
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange authored Jun 11, 2024
1 parent dda19d8 commit 5d4e1c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ hatch run development
```

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

Expand Down

0 comments on commit 5d4e1c2

Please sign in to comment.