From f8573ceef339f4eadd22ec2ca2d676dab864b166 Mon Sep 17 00:00:00 2001 From: "Jonguk. Lim" Date: Thu, 30 May 2024 13:04:34 +0900 Subject: [PATCH] =?UTF-8?q?config:=20API=20=EC=84=9C=EB=B2=84=20host=20?= =?UTF-8?q?=EA=B0=9C=EB=B0=9C=EA=B8=B0=EB=A1=9C=20=EB=B3=80=EA=B2=BD(211.1?= =?UTF-8?q?19.124.9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2d77f11..08afbe9 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -38,7 +38,8 @@ propertyService: - tempDir: C:\temp - pageUnit: 10 - pageSize: 10 - - permitAccess: /intf/**/* + # 테스트를 위해 permitAccess 설정 + - permitAccess: /intf/**/*, /adds/**/* # extFileName: # - encoding: UTF-8 # filename: classpath*:properties/your-file-01.properties @@ -69,7 +70,7 @@ propertyService: app: api: - host: http://localhost:9076 + host: http://211.119.124.9:9076 file: root: path: d:/data/adds/files/ @@ -97,4 +98,4 @@ propertyService: app: api: - host: http://localhost:9076 + host: http://211.119.124.9:9076