feat(config): make BASE_URL a required field and update related documentation
This commit is contained in:
@@ -331,7 +331,7 @@ async def _notify_group_memory_targets(
|
||||
if len(snippet) > MAX_SNIPPET_LENGTH:
|
||||
snippet = f"{snippet[: MAX_SNIPPET_LENGTH - 3]}..."
|
||||
|
||||
base_url = settings.base_url or "http://localhost:8000"
|
||||
base_url = settings.base_url
|
||||
|
||||
context = _NotifyGroupContext(
|
||||
session=session,
|
||||
|
||||
Reference in New Issue
Block a user