Skip to content

Commit

Permalink
Merge pull request #218 from jeffreykirchner/dev
Browse files Browse the repository at this point in the history
redis test.
  • Loading branch information
jeffreykirchner authored Oct 25, 2023
2 parents ee67893 + 2865f75 commit d7af075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _trade_gifts/prod_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
'default': {
'BACKEND': 'channels_redis.core.RedisChannelLayer',
'CONFIG': {
# 'hosts': [(os.environ['REDIS'])],
'hosts' : [("localhost", 6379)],
'hosts': [(os.environ['REDIS'])],
#'hosts' : [("localhost", 6379)],
'prefix' : 'trade_gifts',
'capacity': 1500,
},
Expand Down

0 comments on commit d7af075

Please sign in to comment.