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.
1 parent 0fa2a7c commit 2f35817Copy full SHA for 2f35817
materializationengine/config.py
@@ -52,9 +52,9 @@ class BaseConfig:
52
CELERY_WORKER_AUTOSHUTDOWN_MAX_TASKS = 1
53
CELERY_WORKER_AUTOSHUTDOWN_DELAY_SECONDS = 2
54
55
- REDIS_HOST="localhost"
56
- REDIS_PORT=6379
57
- REDIS_PASSWORD=""
+ REDIS_HOST = "localhost"
+ REDIS_PORT = 6379
+ REDIS_PASSWORD = ""
58
SESSION_TYPE = "redis"
59
PERMANENT_SESSION_LIFETIME = timedelta(hours=24)
60
SESSION_PREFIX = "annotation_upload_"
0 commit comments