feat : 연계테스트를 위한 테스트 서버 구축

1. 프로퍼티 연계테스트 서버 설정
pull/31/head
Kurt92 1 week ago
parent 93680c1a4e
commit e26f0ce45a

@ -116,3 +116,27 @@ batch:
error-archive-dir: d:/data/xit-framework/batch/zip/error-archive # ZIP 파일 에러 아카이브 디렉토리
error-extract-dir: d:/data/xit-framework/batch/zip/error-extract # ZIP 파일 에러 압축해제파일 디렉토리 (하위 :/yyyy/zip file name/)
create-date-subdir-pattern: yyyy # yyyy, yyyyMM, yyyyMMdd 하위 디렉토리 구조
car-info :
protocol: http://
domain: 211.119.124.122
port: :8440
path:
basic: /api/test/carInfo/basic
cover-info :
protocol: http://
domain: 211.119.124.122
port: :8440
path: /api/test/coverInfo
texelse :
protocol: http://
domain: 211.119.124.122
port: :8440
path:
lavy: /api/test/preLavy
match: /api/test/match
sunap: /api/test/sunap

@ -121,3 +121,27 @@ file:
# error-archive-dir: d:/data/xit-framework/batch/zip/error-archive # ZIP 파일 에러 아카이브 디렉토리
# error-extract-dir: d:/data/xit-framework/batch/zip/error-extract # ZIP 파일 에러 압축해제파일 디렉토리 (하위 :/yyyy/zip file name/)
# create-date-subdir-pattern: yyyy # yyyy, yyyyMM, yyyyMMdd 하위 디렉토리 구조
car-info :
protocol: http://
domain: 211.119.124.122
port: :8440
path:
basic: /api/test/carInfo/basic
cover-info :
protocol: http://
domain: 211.119.124.122
port: :8440
path: /api/test/coverInfo
texelse :
protocol: http://
domain: 211.119.124.122
port: :8440
path:
lavy: /api/test/preLavy
match: /api/test/match
sunap: /api/test/sunap
Loading…
Cancel
Save