移除.env文件

This commit is contained in:
UnCLAS-Prommer
2026-02-05 16:16:44 +08:00
parent 54e9007b8d
commit 4dbe919cfe
3 changed files with 14 additions and 5 deletions

View File

@@ -512,6 +512,11 @@ class ExperimentalConfig(ConfigBase):
class MaimMessageConfig(ConfigBase):
"""maim_message配置类"""
ws_server_host: str = "127.0.0.1"
"""旧版基于WS的服务器主机地址"""
ws_server_port: int = 8080
"""旧版基于WS的服务器端口号"""
auth_token: list[str] = Field(default_factory=lambda: [])
"""认证令牌用于旧版API验证为空则不启用验证"""