调整数据库地址

This commit is contained in:
liuwei
2025-09-10 16:42:12 +08:00
parent 55cbf222cb
commit eb28be50a0
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ class FanhaoSearchPlugin(MessagePluginInterface):
self.mongo_uri = cfg.get(
"mongo_uri",
"mongodb+srv://cluster0.8mosa.mongodb.net/Cluster0?retryWrites=true&w=majority",
"mongodb+srv://cluster0.8mosa.mongodb.net/sehuatang?retryWrites=true&w=majority",
)
self.mongo_db_name = cfg.get("db", "sehuatang")
self.collections = cfg.get(