add bundle:redis, add redis support to pretalx
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
ce76430b4d
commit
fd421bf6f8
5 changed files with 104 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue