mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 21:55:58 +08:00
fix celery config (#22566)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
This commit is contained in:
@ -54,7 +54,7 @@ REDIS_CLUSTERS_PASSWORD=
|
||||
|
||||
# celery configuration
|
||||
CELERY_BROKER_URL=redis://:difyai123456@localhost:${REDIS_PORT}/1
|
||||
|
||||
CELERY_BACKEND=redis
|
||||
# PostgreSQL database configuration
|
||||
DB_USERNAME=postgres
|
||||
DB_PASSWORD=difyai123456
|
||||
|
||||
Reference in New Issue
Block a user