From f9f19ff51169c7f684641d0eff09c2711f598960 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: Wed, 31 Aug 2022 13:57:55 +0800 Subject: [PATCH] Update techhero-base-exam-test.yml --- techhero-base-exam-saier.yml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ techhero-base-exam-test.yml | 64 ---------------------------------------------------------------- 2 files changed, 64 insertions(+), 64 deletions(-) create mode 100644 techhero-base-exam-saier.yml delete mode 100644 techhero-base-exam-test.yml diff --git a/techhero-base-exam-saier.yml b/techhero-base-exam-saier.yml new file mode 100644 index 0000000..2cc9527 --- /dev/null +++ b/techhero-base-exam-saier.yml @@ -0,0 +1,64 @@ +spring: + datasource: + #本地环境 + url: jdbc:oracle:thin:@119.96.87.17:30100:orcl + username: exam_saier + password: ZXhhbV9zYWllcg== + driver-class-name: oracle.jdbc.OracleDriver +global: + swagger: + import: true + + file: + #本地测试配置,需根据实际情况调整# + path: D:\\temp\\ + bucketName: jyksy-gjjybzh + endpoint: ctyoss.chutianyun.gov.cn:8060 + akey: L3B7SA05OXT0V9WKD02N + skey: D0O4yTDqBCteH0p5dAgRibxZ8rNSLg0PShFF94IL + yjzhBucketName: yjzh + endpointHttps: https://ctyoss.chutianyun.gov.cn:10443 +personTemplate: + mngPersonPath: /data/template/mngPerson.xlsx + examPointWorkPersonPath: /data/template/examPointWorkPerson.xlsx + examPointWorkPersonExportPath: /data/template/examPointWorkPersonExport.xlsx + secrecyRoomPersonPath: /data/template/secrecyRoomPersonTemplate.xlsx + secrecyRoomPersonExportPath: /data/template/secrecyRoomPersonTemplateExport.xlsx + pagerMngWorkPersonPath: /data/template/pagerMngWorkPersonTemplate.xlsx + pagerMngWorkPersonExportPath: /data/template/pagerMngWorkPersonTemplateExport.xlsx + secrecyRoomLayoutUserExportPath: /data/template/secrecyRoomLayoutUserExport.xlsx + mngPersonExportPath: /data/template/mngPersonExport.xlsx + examPointCameraPath: /data/template/examPointCamera.xlsx + examPointOtherDevicePath: /data/template/examPointOtherDevice.xlsx + examPointCameraExportPath: /data/template/examPointCameraExport.xlsx + examPointOtherDeviceExportPath: /data/template/examPointOtherDeviceExport.xlsx + +ftp: + enabled: true + host: 119.96.178.242 + port: 21 + username: ftptest + password: qazwsx + saveFile: /data/sjb/ + directory: / + zipPassword: hbsfyz + ftpBasePath: / +sftp: + client: + protocol: sftp + port: 22 + host: 119.96.169.121 + username: thsftp + password: thsftp + root: /upload + privateKey: + passphrase: + sessionStrictHostKeyChecking: no + sessionConnectTimeout: 30000 + channelConnectedTimeout: 30000 + + +# 考生报名照片访问路径头 +picture: + path: https://test.techhero.vip:10001 + addr: https://test.techhero.vip:10001 diff --git a/techhero-base-exam-test.yml b/techhero-base-exam-test.yml deleted file mode 100644 index de3bc8b..0000000 --- a/techhero-base-exam-test.yml +++ /dev/null @@ -1,64 +0,0 @@ -spring: - datasource: - #本地环境 - url: jdbc:oracle:thin:@databaseServer:1521:orcl - username: jcsjv2 - password: jcsjv2 - driver-class-name: oracle.jdbc.OracleDriver -global: - swagger: - import: true - - file: - #本地测试配置,需根据实际情况调整# - path: D:\\temp\\ - bucketName: jyksy-gjjybzh - endpoint: ctyoss.chutianyun.gov.cn:8060 - akey: L3B7SA05OXT0V9WKD02N - skey: D0O4yTDqBCteH0p5dAgRibxZ8rNSLg0PShFF94IL - yjzhBucketName: yjzh - endpointHttps: https://ctyoss.chutianyun.gov.cn:10443 -personTemplate: - mngPersonPath: /data/template/mngPerson.xlsx - examPointWorkPersonPath: /data/template/examPointWorkPerson.xlsx - examPointWorkPersonExportPath: /data/template/examPointWorkPersonExport.xlsx - secrecyRoomPersonPath: /data/template/secrecyRoomPersonTemplate.xlsx - secrecyRoomPersonExportPath: /data/template/secrecyRoomPersonTemplateExport.xlsx - pagerMngWorkPersonPath: /data/template/pagerMngWorkPersonTemplate.xlsx - pagerMngWorkPersonExportPath: /data/template/pagerMngWorkPersonTemplateExport.xlsx - secrecyRoomLayoutUserExportPath: /data/template/secrecyRoomLayoutUserExport.xlsx - mngPersonExportPath: /data/template/mngPersonExport.xlsx - examPointCameraPath: /data/template/examPointCamera.xlsx - examPointOtherDevicePath: /data/template/examPointOtherDevice.xlsx - examPointCameraExportPath: /data/template/examPointCameraExport.xlsx - examPointOtherDeviceExportPath: /data/template/examPointOtherDeviceExport.xlsx - -ftp: - enabled: true - host: 119.96.178.242 - port: 21 - username: ftptest - password: qazwsx - saveFile: /data/sjb/ - directory: / - zipPassword: hbsfyz - ftpBasePath: / -sftp: - client: - protocol: sftp - port: 22 - host: 119.96.169.121 - username: thsftp - password: thsftp - root: /upload - privateKey: - passphrase: - sessionStrictHostKeyChecking: no - sessionConnectTimeout: 30000 - channelConnectedTimeout: 30000 - - -# 考生报名照片访问路径头 -picture: - path: https://test.techhero.vip:10001 - addr: https://test.techhero.vip:10001 -- libgit2 0.26.0