mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Add redis message qeue
This commit is contained in:
		@@ -25,7 +25,7 @@ def create_app(config_name):
 | 
			
		||||
    mail.init_app(app)
 | 
			
		||||
    scheduler.init_app(app)
 | 
			
		||||
    scheduler.start()
 | 
			
		||||
    socketio.init_app(app)
 | 
			
		||||
    socketio.init_app(app, message_qeue='redis://')
 | 
			
		||||
 | 
			
		||||
    from .auth import auth as auth_blueprint
 | 
			
		||||
    app.register_blueprint(auth_blueprint, url_prefix='/auth')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user