修改cap upload url, 修改 web cap_req ip, 网页部分迁移到brisky服务器
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user