fix REDIS_USERNAME format (#414)

This commit is contained in:
John Wang
2023-06-19 22:14:47 +08:00
committed by GitHub
parent 5b4538f021
commit 8b39e48957

View File

@@ -22,7 +22,7 @@ CELERY_BROKER_URL=redis://:difyai123456@localhost:6379/1
# redis configuration
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_USERNAME: ''
REDIS_USERNAME=
REDIS_PASSWORD=difyai123456
REDIS_DB=0