techhero-base-exam-test.yml 2.45 KB
Newer Older
Administrator committed
1 2 3
spring:
  datasource:
    #本地环境
4
    url: jdbc:oracle:thin:@databaseServer:30110:orcl
Administrator committed
5 6 7 8 9 10
    username: jcsjv2
    password: jcsjv2
    driver-class-name: oracle.jdbc.OracleDriver
global:
  swagger:
    import: true
11 12 13 14 15
    
  file:
    #本地测试配置,需根据实际情况调整#
    path: D:\\temp\\
    bucketName: jyksy-gjjybzh
16
    endpoint: ctyoss.chutianyun.gov.cn:8060
17 18 19
    akey: L3B7SA05OXT0V9WKD02N
    skey: D0O4yTDqBCteH0p5dAgRibxZ8rNSLg0PShFF94IL
    yjzhBucketName: yjzh
20
    endpointHttps: https://ctyoss.chutianyun.gov.cn:10443
21 22 23 24 25 26 27 28
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
29
  secrecyRoomLayoutUserExportPath: /data/template/secrecyRoomLayoutUserExport.xlsx
30
  mngPersonExportPath: /data/template/mngPersonExport.xlsx
31 32 33 34
  examPointCameraPath: /data/template/examPointCamera.xlsx
  examPointOtherDevicePath: /data/template/examPointOtherDevice.xlsx
  examPointCameraExportPath: /data/template/examPointCameraExport.xlsx
  examPointOtherDeviceExportPath: /data/template/examPointOtherDeviceExport.xlsx
35 36
  
ftp:
37
    enabled: true
38
    # host: 119.96.178.242
39
    host: 192.168.0.158
40
    port: 21
41 42 43 44 45
    # username: ftptest
    username: admin
    # password: qazwsx
    password: 21232F297A57A5A743894A0E4A801FC3
    saveFile: /ftp/
46
    directory: /
47
    zipPassword: hbsfyz
48
    ftpBasePath: /
49 50 51 52 53 54 55 56 57 58 59 60 61 62
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

63 64 65
  
# 考生报名照片访问路径头
picture:
66 67
  path: https://test.techhero.vip:10001
  addr: https://test.techhero.vip:10001
68 69 70 71

# 基础业务专用考试计划  
base:
  planCode: 202401001
72
  devFlag: true
73 74
  kdDylxrJobDm: 113240209141441
  szDylxrJobDm: 420243008175702
75 76 77 78 79 80
  sjkwglyDm: 438222503100500
  sjkwglyXm: 省级考务管理员
  kqkwglyDm: 654222503092059
  kqkwglyXm: 考区考务管理员
  kdkwglyDm: 061202511150213
  kdkwglyXm: 考点考务管理员
81