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