|
|
|
@ -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
|