We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cccd92c commit 448b59cCopy full SHA for 448b59c
1 file changed
AccountService/src/main/resources/application.yml
@@ -36,7 +36,7 @@ gateway:
36
grpc:
37
client:
38
catalog:
39
- address: ${CATALOG_GRPC_ADDRESS:static://localhost:9093} # gRPC 서버 주소
+ address: discovery:///catalog-service # gRPC 서버 주소
40
enableKeepAlive: true
41
keepAliveWithoutCalls: true
42
negotiationType: plaintext # 암호화 되지 않는 설정. 운영 환경에서는 TLS를 사용하여 보안 통신을 설정해야 함
0 commit comments