techhero-component-websocket-predev.yml 513 Bytes
Newer Older
Administrator committed
1
spring:
2 3 4 5 6 7
  datasource:
    type: com.alibaba.druid.pool.DruidDataSource
    url: jdbc:oracle:thin:@192.168.0.102:1521:orcl
    username: sysmng
    password: sysmng
    driverClassName: oracle.jdbc.OracleDriver
8

Administrator committed
9
oss:
10 11 12 13 14 15
  endpoint: ctyoss.chutianyun.gov.cn:8060
  accessKey: L3B7SA05OXT0V9WKD02N
  secretKey: D0O4yTDqBCteH0p5dAgRibxZ8rNSLg0PShFF94IL
  filePath: /data/temp/
  bucketName: KSY
  connTimeOut: 3000
16 17
  maxFileSize: 2048MB
  maxRequestSize: 2048MB
18
  endpointHttps: https://ctyoss.chutianyun.gov.cn:10443
Administrator committed
19