Switch result backend to redis
The AMQP result backend proved as impractical, this commit switches to redis instead. The redis server is setup on the webinterface host but can be configured on another host.
This commit is contained in:
parent
e582e4a6c4
commit
b5e28bf507
5 changed files with 787 additions and 0 deletions
|
@ -16,6 +16,8 @@ gnuviechadmin:
|
|||
ldap_base_dn: dc=gva,dc=local
|
||||
ldap_groups_ou: groups
|
||||
ldap_users_ou: users
|
||||
redis_password: j2gfWeACPrj0R2xkgv4KAznCM9nCuUb4
|
||||
redis_host: gva.local
|
||||
machines:
|
||||
gva.local:
|
||||
ip: 172.16.3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue