mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Add redis message qeue
This commit is contained in:
parent
5771fb8ae7
commit
9f011b27c3
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user