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