fix(6423): add username and password for redis connection (#6745)

Co-authored-by: pbb <pierre-bertrand.borel_ext@michelin.com>
This commit is contained in:
PB Borel
2024-09-04 16:56:37 +02:00
committed by GitHub
parent 7a282b4363
commit 0c2657eea6
5 changed files with 17 additions and 0 deletions

View File

@ -52,6 +52,8 @@ SIGN_IN_PREFILLED=true
# MESSAGE_QUEUE_TYPE=pg-boss
# REDIS_HOST=127.0.0.1
# REDIS_PORT=6379
# REDIS_USERNAME=
# REDIS_PASSWORD=
# DEMO_WORKSPACE_IDS=REPLACE_ME_WITH_A_RANDOM_UUID
# SERVER_URL=http://localhost:3000
# WORKSPACE_INACTIVE_DAYS_BEFORE_NOTIFICATION=30