fix docker config

This commit is contained in:
hjlarry
2025-09-20 11:15:13 +08:00
parent 9519653422
commit 7a3825cfce
7 changed files with 31 additions and 9 deletions

View File

@@ -1,5 +1,3 @@
import socketio
from configs import dify_config
sio = socketio.Server(async_mode="gevent", cors_allowed_origins=dify_config.CONSOLE_CORS_ALLOW_ORIGINS)
sio = socketio.Server(async_mode="gevent", cors_allowed_origins="*")