Skip to content

Commit f806b3f

Browse files
committed
fix : redis host 주소 변경해주소
1 parent b0e52f5 commit f806b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spring:
3939
# Redis =====================
4040
data:
4141
redis:
42-
host: localhost
42+
host: redis
4343
port: 6379
4444
timeout: 3000ms
4545

0 commit comments

Comments
 (0)