feat: standardize tool names and http clients
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled

This commit is contained in:
jade
2026-08-11 17:27:16 +09:00
parent 95a8ae3a1b
commit 9c420dc5ab
50 changed files with 726 additions and 221 deletions

View File

@@ -61,6 +61,10 @@ services:
- AXHUB_GATEWAY_URL=http://gateway:8081
- AXHUB_SOURCE_DIR=/src
- AXHUB_TOOL_URL=http://was-sms:8082
# HTTP Tool sample target inside the Docker network.
# WireMock 서비스명과 컨테이너 포트(8080)를 사용합니다.
- AXHUB_SAMPLE_HTTP_DOMAIN=http://mci-mock:8080
- AXHUB_SAMPLE_HTTP_URL=/CLCNNB00001
- GLOW_COMMUNICATION_MCI_HOMT=http://mci-mock
- GLOW_COMMUNICATION_MCI_PORT=8080
- GLOW_COMMUNICATION_EXTMCI_HOMT=http://mci-mock
@@ -84,6 +88,10 @@ services:
- SPRING_DATA_REDIS_PORT=6379
- AXHUB_GATEWAY_URL=http://gateway:8081
- AXHUB_TOOL_URL=http://was-oth:8084
# HTTP Tool sample target inside the Docker network.
# WireMock 서비스명과 컨테이너 포트(8080)를 사용합니다.
- AXHUB_SAMPLE_HTTP_DOMAIN=http://mci-mock:8080
- AXHUB_SAMPLE_HTTP_URL=/CLCNNB00001
- GLOW_COMMUNICATION_MCI_HOMT=http://mci-mock
- GLOW_COMMUNICATION_MCI_PORT=8080
- GLOW_COMMUNICATION_EXTMCI_HOMT=http://mci-mock