From 03264fd010e251938aa4cebbd44083d3c2f86516 Mon Sep 17 00:00:00 2001 From: jiho83 Date: Mon, 18 Jul 2022 13:45:19 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=9A=B4=EC=98=81=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EA=B0=92=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config/application-prod.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/config/application-prod.yml b/src/main/resources/config/application-prod.yml index a4b0545..3139402 100644 --- a/src/main/resources/config/application-prod.yml +++ b/src/main/resources/config/application-prod.yml @@ -37,7 +37,7 @@ springdoc: # project config # ================================================================================================================== cors: - allowed-origins: https://fonts.gstatic.com,http://localhost:3000,http:211.35.57.20:3000 + allowed-origins: https://fonts.gstatic.com,http://localhost,http:211.35.57.20:3000 # api response logging 여부 api: @@ -47,7 +47,7 @@ api: file: cmm: upload: - root: d:/data/file/upload + root: d:/ # root: /Users/minuk/data/file/upload # 공지사항 pboard: /simUpFile #/kangnamSIM/simUpFile @@ -61,17 +61,17 @@ file: mpower: master: hostIp: 127.0.0.1 - port: 9999 - dbName: gn + port: 2500 + dbName: default slave: hostIp: 127.0.0.1 - port: 9999 + port: 2500 dbName: gn_seconddb file: hostIp: 127.0.0.1 - port: 9999 + port: 2500 serviceName: XitFile.XitDownload # 주정차이미지경로-mpower - parkingImagePath: C:/NewTraffic_Photo/JUCHA_PHOTO/ + parkingImagePath: D:/jucha_ftp/JUCHA_PHOTO/ # 주정차이미지 다운로드 저장 경로 savedImgPath: D:/data/file/juchaPhoto \ No newline at end of file