Skip to content

Commit

Permalink
changed redis password 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 3e67ab6 commit 0c6f801
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 @@ -26,7 +26,7 @@ class RedisConfig(BaseSettings):

REDIS_PASSWORD: Optional[str] = Field(
description="Redis password",
default=None,
default="difyai123456",
)

REDIS_DB: NonNegativeInt = Field(
Expand Down

0 comments on commit 0c6f801

Please sign in to comment.