Skip to content

Commit

Permalink
revert: change host and port
Browse files Browse the repository at this point in the history
  • Loading branch information
helltractor committed Dec 9, 2024
1 parent c4a611f commit 1cb04fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ public class RedisConfiguration{

final static Logger logger = LoggerFactory.getLogger(RedisConfiguration.class);

@Value("${spring.data.redis.host}")
@Value("${spring.redis.host}")
private String host;

@Value("${spring.data.redis.port}")
@Value("${spring.redis.port}")
private int port;

/**
Expand Down

0 comments on commit 1cb04fd

Please sign in to comment.