From 5d4e1c2eb33e0362ded8aa216bc4e2c81a7bf621 Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Tue, 11 Jun 2024 15:47:49 +0200 Subject: [PATCH] Clarify development mode listens to grpc cnx locally --- content/v1.16/guides/write-a-composition-function-in-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v1.16/guides/write-a-composition-function-in-python.md b/content/v1.16/guides/write-a-composition-function-in-python.md index ea030f01..ee33a5e1 100644 --- a/content/v1.16/guides/write-a-composition-function-in-python.md +++ b/content/v1.16/guides/write-a-composition-function-in-python.md @@ -562,7 +562,7 @@ hatch run development ``` {{}} -`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. {{}}