Unverified Commit 8b39e489 authored by John Wang's avatar John Wang Committed by GitHub

fix REDIS_USERNAME format (#414)

parent 5b4538f0
...@@ -22,7 +22,7 @@ CELERY_BROKER_URL=redis://:difyai123456@localhost:6379/1 ...@@ -22,7 +22,7 @@ CELERY_BROKER_URL=redis://:difyai123456@localhost:6379/1
# redis configuration # redis configuration
REDIS_HOST=localhost REDIS_HOST=localhost
REDIS_PORT=6379 REDIS_PORT=6379
REDIS_USERNAME: '' REDIS_USERNAME=
REDIS_PASSWORD=difyai123456 REDIS_PASSWORD=difyai123456
REDIS_DB=0 REDIS_DB=0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment