Skip to content

Commit

Permalink
local
Browse files Browse the repository at this point in the history
  • Loading branch information
krrish-sehgal committed Jan 26, 2025
1 parent 05e94d5 commit 9252bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blt/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,8 @@
"default": {
"BACKEND": "channels_redis.core.RedisChannelLayer",
"CONFIG": {
# "hosts": [os.environ.get("REDISCLOUD_URL")],
"hosts": [("127.0.0.1", 6379)],
"hosts": [os.environ.get("REDISCLOUD_URL")],
# "hosts": [("127.0.0.1", 6379)],
},
},
}

0 comments on commit 9252bc7

Please sign in to comment.