From 5e415f659bab31ea7602df986460ee39972a4222 Mon Sep 17 00:00:00 2001 From: whitemark Date: Thu, 20 Jun 2024 01:27:11 +0900 Subject: [PATCH] =?UTF-8?q?[feature/#313]=20docker=20network=20IP=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource-server/src/main/resources/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource-server/src/main/resources/bootstrap.yml b/resource-server/src/main/resources/bootstrap.yml index 508a9c02..89e5dcac 100644 --- a/resource-server/src/main/resources/bootstrap.yml +++ b/resource-server/src/main/resources/bootstrap.yml @@ -9,7 +9,7 @@ spring: on-profile: dev1, dev2, prod1, prod2 cloud: config: - uri: http://172.18.0.4:8888 + uri: http://172.18.0.6:8888 --- spring: