mirror of
https://github.com/jazzband/django-defender.git
synced 2026-05-04 21:54:53 +00:00
fixing issue #219 don't add redis username by default
This commit is contained in:
parent
ac36751561
commit
207dbd03de
1 changed files with 0 additions and 1 deletions
|
|
@ -50,7 +50,6 @@ def parse_redis_url(url, password_quote=None):
|
|||
# create config with some sane defaults
|
||||
redis_config = {
|
||||
"DB": 0,
|
||||
"USERNAME": "default",
|
||||
"PASSWORD": None,
|
||||
"HOST": "localhost",
|
||||
"PORT": 6379,
|
||||
|
|
|
|||
Loading…
Reference in a new issue