Skip to content

Commit

Permalink
Merge pull request Team-TenTen#61 from Team-TenTen/Feature/send-Email
Browse files Browse the repository at this point in the history
[Refactor]: RedisConfig 파일 수정
  • Loading branch information
KimMinheee committed Nov 1, 2023
2 parents da102ab + f7c5ecf commit 866128c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
@Configuration
public class RedisConfig {

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

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

@Bean
Expand Down

0 comments on commit 866128c

Please sign in to comment.