mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-29 16:28:23 -04:00
Fix SocketIO WebSocket connections for production
This commit is contained in:
@@ -104,6 +104,7 @@ redis_store = RedisClient()
|
||||
document_download_client = DocumentDownloadClient()
|
||||
|
||||
socketio = SocketIO(
|
||||
async_mode='gevent',
|
||||
cors_allowed_origins=[
|
||||
config.Config.ADMIN_BASE_URL,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user