Skip to content

Commit

Permalink
delete password
Browse files Browse the repository at this point in the history
  • Loading branch information
Blocking committed Oct 23, 2020
1 parent e0b6423 commit 32921b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/look/monkey/config/RedisConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class RedisConfig {
public LettuceConnectionFactory redisConnectionFactory() {

RedisStandaloneConfiguration redisStandaloneConfiguration = new RedisStandaloneConfiguration("117.78.0.112", 6379);
redisStandaloneConfiguration.setPassword("zhangxiaoyuRedis312231");
redisStandaloneConfiguration.setPassword("");
return new LettuceConnectionFactory(redisStandaloneConfiguration);
}
}

0 comments on commit 32921b1

Please sign in to comment.