techhero-base-exam-natived.yml 2.07 KB
Newer Older
Administrator committed
1 2 3
spring:
  datasource:
    #本地环境
4
    url: jdbc:oracle:thin:@databaseServer:30100:orcl
5 6
    username: exam_local
    password: ZXhhbV9sb2NhbA==
Administrator committed
7 8 9 10
    driver-class-name: oracle.jdbc.OracleDriver
global:
  swagger:
    import: true
11 12 13 14 15 16 17 18 19
    
  file:
    #本地测试配置,需根据实际情况调整#
    path: D:\\temp\\
    bucketName: jyksy-gjjybzh
    endpoint: ctyoss.chutianyun.gov.cn:8060
    akey: L3B7SA05OXT0V9WKD02N
    skey: D0O4yTDqBCteH0p5dAgRibxZ8rNSLg0PShFF94IL
    yjzhBucketName: yjzh
20
    endpointHttps: https://ctyoss.chutianyun.gov.cn:10443
21

22 23 24 25 26 27 28 29
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
Administrator committed
30
  secrecyRoomLayoutUserExportPath: /data/template/secrecyRoomLayoutUserExport.xlsx
31 32 33 34 35 36
  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
  
Administrator committed
37 38 39 40 41 42 43

ftp:
    enabled: true
    host: 81.70.218.156
    port: 21
    username: ftpusr
    password: 123456
44
    saveFile: /Users/wwq/Desktop/
Administrator committed
45
    directory: /home/ftpusr/
46
    zipPassword: 123456
47 48 49 50 51 52 53 54 55 56 57 58 59 60
    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
61
    
62 63 64
# 考生报名照片访问路径头
picture:
  path: https://test.techhero.vip:10001/
65 66
  addr: http://81.70.218.156:8099/

67