Skip to content

Commit

Permalink
changing hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltauil committed Oct 1, 2018
1 parent 2ac5434 commit 6bfd84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Persistence/Redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Persister(AbstractPersister):
_redis_connection = None

def __init__(self, host="localhost", port=6379, master_port=26379, db=0):
def __init__(self, host="redis-master", port=6379, master_port=26379, db=0):
super(Persister, self).__init__()

self.handler.module="Redis Persister"
Expand Down

0 comments on commit 6bfd84f

Please sign in to comment.