From 24a94ca3524a001f5976c3b67e754bceeeccf886 Mon Sep 17 00:00:00 2001 From: jade Date: Tue, 14 Jul 2026 00:05:57 +0900 Subject: [PATCH] fix: update scaffolder template for mci-mock --- .../shinhanlife/axhub/common/util/PodScaffolder.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/axhub-common/src/main/java/io/shinhanlife/axhub/common/util/PodScaffolder.java b/axhub-common/src/main/java/io/shinhanlife/axhub/common/util/PodScaffolder.java index 0cecf9a..35072ad 100644 --- a/axhub-common/src/main/java/io/shinhanlife/axhub/common/util/PodScaffolder.java +++ b/axhub-common/src/main/java/io/shinhanlife/axhub/common/util/PodScaffolder.java @@ -232,12 +232,12 @@ public class PodScaffolder { - SPRING_DATA_REDIS_PORT=6379 - AXHUB_GATEWAY_URL=http://gateway:8081 - AXHUB_TOOL_URL=http://%s:%s - - GLOW_COMMUNICATION_MCI_HOST=http://gateway - - GLOW_COMMUNICATION_MCI_PORT=8081 - - GLOW_COMMUNICATION_EXTMCI_HOST=http://gateway - - GLOW_COMMUNICATION_EXTMCI_PORT=8081 - - GLOW_COMMUNICATION_EAI_HOST=tcp://gateway - - GLOW_COMMUNICATION_EAI_PORT=8081 + - GLOW_COMMUNICATION_MCI_HOST=http://mci-mock + - GLOW_COMMUNICATION_MCI_PORT=8080 + - GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock + - GLOW_COMMUNICATION_EXTMCI_PORT=8080 + - GLOW_COMMUNICATION_EAI_HOST=http://mci-mock + - GLOW_COMMUNICATION_EAI_PORT=8080 """.formatted(serviceName, moduleName, portStr, portStr, serviceName, portStr); Files.writeString(dockerComposePath, System.lineSeparator() + newService, StandardOpenOption.APPEND); }