techhero-component-websocket-dev.yml 519 Bytes
Newer Older
Administrator committed
1 2 3
spring:
  datasource:
    type: com.alibaba.druid.pool.DruidDataSource
4 5 6
    url: jdbc:oracle:thin:@119.96.87.17:1521:orcl
    username: SYSTEMDEVV1
    password: SYSTEMDEVV1
Administrator committed
7 8 9 10 11 12 13 14 15 16 17 18
    driverClassName: oracle.jdbc.OracleDriver

oss:
  endpoint: ctyoss.chutianyun.gov.cn:8060
  accessKey: L3B7SA05OXT0V9WKD02N
  secretKey: D0O4yTDqBCteH0p5dAgRibxZ8rNSLg0PShFF94IL
  filePath: /data/temp/
  bucketName: KSY
  connTimeOut: 3000
  maxFileSize: 2048MB
  maxRequestSize: 2048MB
  endpointHttps: https://ctyoss.chutianyun.gov.cn:10443