techhero-base-exam-prd.yml 1.2 KB
Newer Older
Administrator committed
1 2 3
spring:
  datasource:
    #本地环境
4
    url: jdbc:oracle:thin:@192.168.255.131:31251:orcl
5
    username: exam
6
    password: techhero3_Ocl_136039010th
Administrator committed
7 8 9 10 11 12 13
    driver-class-name: oracle.jdbc.OracleDriver
global:
  swagger:
    import: true
    
  file:
    #本地测试配置,需根据实际情况调整#
14
    path: /data/temp
Administrator committed
15 16 17 18 19 20 21 22 23 24 25 26 27 28
    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
29 30
  secrecyRoomLayoutUserExportPath: /data/template/secrecyRoomLayoutUserExport.xlsx
  mngPersonExportPath: /data/template/mngPersonExport.xlsx