fix: update agentUserId in README and change base_url to HTTPS in configuration

This commit is contained in:
tjb-tech
2026-02-09 09:12:53 +00:00
parent ef7972b6d3
commit 866942eedd
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ class MochatGroupRule(BaseModel):
class MochatConfig(BaseModel):
"""Mochat channel configuration."""
enabled: bool = False
base_url: str = "http://localhost:11000"
base_url: str = "https://mochat.io"
socket_url: str = ""
socket_path: str = "/socket.io"
socket_disable_msgpack: bool = False