fix: update agentUserId in README and change base_url to HTTPS in configuration
This commit is contained in:
parent
ef7972b6d3
commit
866942eedd
@ -231,7 +231,7 @@ Uses **Socket.IO WebSocket** by default, with HTTP polling fallback.
|
|||||||
"socketUrl": "https://mochat.io",
|
"socketUrl": "https://mochat.io",
|
||||||
"socketPath": "/socket.io",
|
"socketPath": "/socket.io",
|
||||||
"clawToken": "claw_xxx",
|
"clawToken": "claw_xxx",
|
||||||
"agentUserId": "69820107a785110aea8b1069",
|
"agentUserId": "6982abcdef",
|
||||||
"sessions": ["*"],
|
"sessions": ["*"],
|
||||||
"panels": ["*"],
|
"panels": ["*"],
|
||||||
"replyDelayMode": "non-mention",
|
"replyDelayMode": "non-mention",
|
||||||
|
|||||||
@ -90,7 +90,7 @@ class MochatGroupRule(BaseModel):
|
|||||||
class MochatConfig(BaseModel):
|
class MochatConfig(BaseModel):
|
||||||
"""Mochat channel configuration."""
|
"""Mochat channel configuration."""
|
||||||
enabled: bool = False
|
enabled: bool = False
|
||||||
base_url: str = "http://localhost:11000"
|
base_url: str = "https://mochat.io"
|
||||||
socket_url: str = ""
|
socket_url: str = ""
|
||||||
socket_path: str = "/socket.io"
|
socket_path: str = "/socket.io"
|
||||||
socket_disable_msgpack: bool = False
|
socket_disable_msgpack: bool = False
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user