Skip to content

Commit f13fcde

Browse files
author
leeje0506
committed
chore: application.yml 수정
- kafka bootstrap-servers 경로 수정
1 parent 12a0583 commit f13fcde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

team1-api/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spring:
4141
refresh-expiration-seconds: ${JWT_REFRESH_EXPIRATION_SECONDS:604800}
4242

4343
kafka:
44-
bootstrap-servers: kafka-0:9092,kafka-1:9092,kafka-2:9092
44+
bootstrap-servers: 127.0.0.1:19092,127.0.0.1:19094,127.0.0.1:19096
4545
kakao:
4646
api:
4747
key: ${KAKAO_API_KEY}

0 commit comments

Comments
 (0)