Skip to content

Commit 448b59c

Browse files
committed
Fix: account service grpc 주소 수정
1 parent cccd92c commit 448b59c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AccountService/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gateway:
3636
grpc:
3737
client:
3838
catalog:
39-
address: ${CATALOG_GRPC_ADDRESS:static://localhost:9093} # gRPC 서버 주소
39+
address: discovery:///catalog-service # gRPC 서버 주소
4040
enableKeepAlive: true
4141
keepAliveWithoutCalls: true
4242
negotiationType: plaintext # 암호화 되지 않는 설정. 운영 환경에서는 TLS를 사용하여 보안 통신을 설정해야 함

0 commit comments

Comments
 (0)