chore: update EAI mock host to mci-mock for consistency

This commit is contained in:
jade
2026-07-14 00:04:16 +09:00
parent 1addc86854
commit 85ebfef6f6

View File

@@ -54,8 +54,8 @@ services:
- GLOW_COMMUNICATION_MCI_PORT=8080 - GLOW_COMMUNICATION_MCI_PORT=8080
- GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock - GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EXTMCI_PORT=8080 - GLOW_COMMUNICATION_EXTMCI_PORT=8080
- GLOW_COMMUNICATION_EAI_HOST=tcp://gateway - GLOW_COMMUNICATION_EAI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EAI_PORT=8081 - GLOW_COMMUNICATION_EAI_PORT=8080
tool-email: tool-email:
build: build:
context: ./axhub-tool-email context: ./axhub-tool-email
@@ -74,8 +74,8 @@ services:
- GLOW_COMMUNICATION_MCI_PORT=8080 - GLOW_COMMUNICATION_MCI_PORT=8080
- GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock - GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EXTMCI_PORT=8080 - GLOW_COMMUNICATION_EXTMCI_PORT=8080
- GLOW_COMMUNICATION_EAI_HOST=tcp://gateway - GLOW_COMMUNICATION_EAI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EAI_PORT=8081 - GLOW_COMMUNICATION_EAI_PORT=8080
tool-other: tool-other:
build: build:
context: ./axhub-tool-other context: ./axhub-tool-other
@@ -94,8 +94,8 @@ services:
- GLOW_COMMUNICATION_MCI_PORT=8080 - GLOW_COMMUNICATION_MCI_PORT=8080
- GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock - GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EXTMCI_PORT=8080 - GLOW_COMMUNICATION_EXTMCI_PORT=8080
- GLOW_COMMUNICATION_EAI_HOST=tcp://gateway - GLOW_COMMUNICATION_EAI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EAI_PORT=8081 - GLOW_COMMUNICATION_EAI_PORT=8080
tool-payment: tool-payment:
build: build:
context: ./axhub-tool-payment context: ./axhub-tool-payment
@@ -114,5 +114,5 @@ services:
- GLOW_COMMUNICATION_MCI_PORT=8080 - GLOW_COMMUNICATION_MCI_PORT=8080
- GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock - GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EXTMCI_PORT=8080 - GLOW_COMMUNICATION_EXTMCI_PORT=8080
- GLOW_COMMUNICATION_EAI_HOST=tcp://gateway - GLOW_COMMUNICATION_EAI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EAI_PORT=8081 - GLOW_COMMUNICATION_EAI_PORT=8080