We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c8042b + 64b7634 commit bfa69dcCopy full SHA for bfa69dc
configuration/configuration.py
@@ -51,7 +51,7 @@ def read_secret(secret_name):
51
52
# Redis database settings. The Redis database is used for caching and background processing such as webhooks
53
REDIS = {
54
- 'webhooks': {
+ 'tasks': {
55
'HOST': os.environ.get('REDIS_HOST', 'localhost'),
56
'PORT': int(os.environ.get('REDIS_PORT', 6379)),
57
'PASSWORD': os.environ.get('REDIS_PASSWORD', read_secret('redis_password')),
0 commit comments