Skip to content

Commit 2f35817

Browse files
fcollmanCopilot
andauthored
Update materializationengine/config.py
Co-authored-by: Copilot <[email protected]>
1 parent 0fa2a7c commit 2f35817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

materializationengine/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ class BaseConfig:
5252
CELERY_WORKER_AUTOSHUTDOWN_MAX_TASKS = 1
5353
CELERY_WORKER_AUTOSHUTDOWN_DELAY_SECONDS = 2
5454

55-
REDIS_HOST="localhost"
56-
REDIS_PORT=6379
57-
REDIS_PASSWORD=""
55+
REDIS_HOST = "localhost"
56+
REDIS_PORT = 6379
57+
REDIS_PASSWORD = ""
5858
SESSION_TYPE = "redis"
5959
PERMANENT_SESSION_LIFETIME = timedelta(hours=24)
6060
SESSION_PREFIX = "annotation_upload_"

0 commit comments

Comments
 (0)