修改cap upload url, 修改 web cap_req ip, 网页部分迁移到brisky服务器

This commit is contained in:
2025-10-27 17:05:39 +08:00
parent f766dcc183
commit d10b985e43
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ app.config['SECRET_KEY'] = 'your-secret-key-change-this'
socketio = SocketIO(app, cors_allowed_origins="*") # 允许所有来源,生产环境请具体配置
# 初始化图像客户端
image_client = ImageClient("tcp://127.0.0.1:54321", client_id="local")
image_client = ImageClient("tcp://81.70.22.205:7701", client_id="local")
# 初始化数据库
init_db()