bundles/{rspamd,netbox}: update redis database number

This commit is contained in:
Franzi 2021-12-24 09:09:28 +01:00
parent d288923969
commit 0383fa0a67
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
3 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
servers = "127.0.0.1"; servers = "127.0.0.1";
db = "${repo.libs.defaults.redis_databases['rspamd']} db = "${repo.libs.defaults.redis_databases['rspamd']}";

View File

@ -7,8 +7,8 @@ influxdb_url = 'https://influxdb.kunsmann.eu/'
# FIXME database conflicts # FIXME database conflicts
redis_databases = { redis_databases = {
'netbox': (0, 1), 'netbox': (4, 5),
'rspamd': 0, 'rspamd': 6,
'paperless-ng': None, # probably 0, but undocumented 'paperless-ng': None, # probably 0, but undocumented
'pretalx': (1, 2, 3), 'pretalx': (1, 2, 3),
} }

View File

@ -1,3 +1,3 @@
bundlewrap~=4.12.0 bundlewrap~=4.13.4
PyNaCl PyNaCl
bundlewrap-pass bundlewrap-pass