add bundle:redis, add redis support to pretalx
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-01-29 15:58:54 +01:00
parent ce76430b4d
commit fd421bf6f8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 104 additions and 0 deletions

View file

@ -22,3 +22,13 @@ user =
password =
tls = False
ssl = False
% if node.has_bundle('redis'):
[celery]
backend = redis://127.0.0.1/1
broker = redis://127.0.0.1/2
[redis]
location = redis://@127.0.0.1:6379/3
session = True
% endif