Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Fixed errorenous change to the config xml
Browse files Browse the repository at this point in the history
Signed-off-by: Ephraim Muhia <emuhia@ona.io>
  • Loading branch information
Ephraim Muhia committed Sep 13, 2018
1 parent 580d2ec commit 2fde37a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
class="org.springframework.data.redis.connection.lettuce.DefaultLettucePool">
<property name="hostName" value="${redis.host}" />
<property name="port" value="${redis.port}" />
<property name="password" value="${redis.password}" />git
<property name="password" value="${redis.password}" />
<property name="poolConfig" ref="lettucePoolConfiguration" />
</bean>

Expand Down

0 comments on commit 2fde37a

Please sign in to comment.