Commit 7aa8cc08 by Administrator

Update techhero-base-exam-dev.yml

parent 483c6f2b
......@@ -2,8 +2,8 @@ spring:
datasource:
#本地环境
url: jdbc:oracle:thin:@192.168.0.196:1521:orcl
username: jcsjv2_dev
password: jcsjv2_dev
username: jcsjv2_xx
password: jcsjv2_xx
driver-class-name: oracle.jdbc.OracleDriver
global:
swagger:
......@@ -28,6 +28,12 @@ personTemplate:
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
......@@ -38,6 +44,20 @@ ftp:
saveFile: /Users/wwq/Desktop/
directory: /home/ftpusr/
zipPassword: 123456
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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment