Skip to content

Commit

Permalink
changed redis uses ssl to true in redis_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbazar-GmbH authored Oct 2, 2024
1 parent 0c6f801 commit 078987b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/configs/middleware/cache/redis_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class RedisConfig(BaseSettings):

REDIS_USE_SSL: bool = Field(
description="whether to use SSL for Redis connection",
default=False,
default=true,
)

REDIS_USE_SENTINEL: Optional[bool] = Field(
Expand Down

0 comments on commit 078987b

Please sign in to comment.