Empty REDIS_PASSWORD

This commit is contained in:
canoine 2022-07-27 05:51:09 +02:00 committed by GitHub
parent 9fbc4c2ba1
commit 34e5433082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ REDIS_PORT=6379
# Use only with Redis 6+ with proper ACL set. Leave empty otherwise.
REDIS_USERNAME=
REDIS_PASSWORD=null
REDIS_PASSWORD=
# always use quotes and make sure redis db "0" and "1" exists. Otherwise change accordingly.
REDIS_DB="0"