Skip to content

Commit d533b40

Browse files
fcollmanCopilot
andcommitted
Update materializationengine/config.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 130193c commit d533b40

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)