changed default port for redis server
This commit is contained in:
parent
b8080f3895
commit
b98a6838c4
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
<redis>
|
||||
hostname = "127.0.0.1" # IP address or hostname of the Redis instance
|
||||
port = 27017
|
||||
port = 6379
|
||||
</redis>
|
||||
</storage>
|
||||
</akka>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue