changed default port for redis server

This commit is contained in:
debasishg 2009-12-24 12:47:17 +05:30
parent b8080f3895
commit b98a6838c4

View file

@ -80,7 +80,7 @@
<redis> <redis>
hostname = "127.0.0.1" # IP address or hostname of the Redis instance hostname = "127.0.0.1" # IP address or hostname of the Redis instance
port = 27017 port = 6379
</redis> </redis>
</storage> </storage>
</akka> </akka>