Skip to content

Commit a8bfb4f

Browse files
committed
feat: feign client (redis) 설정
1 parent 9e53867 commit a8bfb4f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

modules/redis/src/main/resources/redis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ datasource:
1717
---
1818
spring.config.activate.on-profile: local, test
1919

20+
spring:
21+
data:
22+
redis:
23+
host: localhost
24+
port: 6379
25+
timeout: 3000
26+
2027
datasource:
2128
redis:
2229
master:

0 commit comments

Comments
 (0)