Skip to content

Commit

Permalink
fix REDIS_USERNAME format (langgenius#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
takatost authored Jun 19, 2023
1 parent 881a3ec commit 0806802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -90,4 +90,4 @@ SQLALCHEMY_ECHO=false
NOTION_INTEGRATION_TYPE=public
NOTION_CLIENT_SECRET=you-client-secret
NOTION_CLIENT_ID=you-client-id
NOTION_INTERNAL_SECRET=you-internal-secret
NOTION_INTERNAL_SECRET=you-internal-secret

0 comments on commit 0806802

Please sign in to comment.