https://github.com/SleepySoft/IntelligenceIntegrationSystem/blob/87dc7a077ac72e0c2490d09e4bf9a177880fd549/Tools/MongoDBAccess.py#L58-L61 此处是硬编码的数据库主机名 `host: str = 'localhost', ` 主机名、端口号、数据库名建议由配置文件定义
IntelligenceIntegrationSystem/Tools/MongoDBAccess.py
Lines 58 to 61 in 87dc7a0
此处是硬编码的数据库主机名
host: str = 'localhost',主机名、端口号、数据库名建议由配置文件定义