techhero-component-websocket-dev.yml 528 Bytes
Newer Older
Administrator committed
1 2 3
spring:
  datasource:
    type: com.alibaba.druid.pool.DruidDataSource
4 5 6
    url: jdbc:oracle:thin:@database_server:30100:orcl
    username: system_dev
    password: c3lzdGVtX2Rldg==
Administrator committed
7 8 9 10 11 12 13 14 15 16 17
    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
18
  endpointHttps: https://ctyoss.chutianyun.gov.cn:10443