Skip to content

Commit

Permalink
Merge pull request #72 from Soongsil-CoffeeChat/dev
Browse files Browse the repository at this point in the history
fix: redis config's secrets value
  • Loading branch information
KimKyoHwee authored Jul 17, 2024
2 parents 0d4916d + 5d78189 commit 094c6f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

@Configuration
public class RedisConfig {
@Value("${spring.redis.host}")
@Value("${spring.data.redis.host}")
private String redisHost;

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

@Bean
Expand Down

0 comments on commit 094c6f9

Please sign in to comment.