bundles/{rspamd,netbox}: update redis database number
This commit is contained in:
parent
d288923969
commit
0383fa0a67
3 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
servers = "127.0.0.1";
|
||||
db = "${repo.libs.defaults.redis_databases['rspamd']}
|
||||
db = "${repo.libs.defaults.redis_databases['rspamd']}";
|
||||
|
|
|
@ -7,8 +7,8 @@ influxdb_url = 'https://influxdb.kunsmann.eu/'
|
|||
|
||||
# FIXME database conflicts
|
||||
redis_databases = {
|
||||
'netbox': (0, 1),
|
||||
'rspamd': 0,
|
||||
'netbox': (4, 5),
|
||||
'rspamd': 6,
|
||||
'paperless-ng': None, # probably 0, but undocumented
|
||||
'pretalx': (1, 2, 3),
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
bundlewrap~=4.12.0
|
||||
bundlewrap~=4.13.4
|
||||
PyNaCl
|
||||
bundlewrap-pass
|
||||
|
|
Loading…
Reference in a new issue