Skip to content

Commit

Permalink
test local redis
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreykirchner committed Oct 20, 2023
1 parent bcacb1e commit 12d762a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _trade_gifts/prod_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
'default': {
'BACKEND': 'channels_redis.core.RedisChannelLayer',
'CONFIG': {
'hosts': [(os.environ['REDIS'])],
# 'hosts': [(os.environ['REDIS'])],
'hosts' : [("localhost", 6379)],
'prefix' : 'trade_gifts',
'capacity': 1500,
},
Expand Down

0 comments on commit 12d762a

Please sign in to comment.