From cde377e95b6e7488b6d8b6430698fbd9e8396db6 Mon Sep 17 00:00:00 2001
From: kmochocki <kmochocki@syncad.com>
Date: Thu, 6 Feb 2025 15:00:49 +0000
Subject: [PATCH] Extend description of http_endpoint in settings

---
 beekeepy/beekeepy/_interface/settings.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/beekeepy/beekeepy/_interface/settings.py b/beekeepy/beekeepy/_interface/settings.py
index 4f9aeee9..35688136 100644
--- a/beekeepy/beekeepy/_interface/settings.py
+++ b/beekeepy/beekeepy/_interface/settings.py
@@ -28,7 +28,10 @@ class Settings(HandleSettings):
     """Path, where beekeeper binary will store all it's data and logs."""
 
     http_endpoint: HttpUrl | None = None  # type: ignore[assignment]
-    """Endpoint on which python will communicate with beekeeper, required for remote beekeeper."""
+    """
+    Endpoint on which python will communicate with beekeeper, required for remote beekeeper.
+    In case of local beekeeper, this address will be used for beekeeper to start listening on.
+    """
 
     notification_endpoint: HttpUrl | None = None
     """Endpoint to use for reverse communication between beekeeper and python."""
-- 
GitLab