techhero-component-websocket-natived.yml 529 Bytes
Newer Older
Administrator committed
1 2 3
spring:
  datasource:
    type: com.alibaba.druid.pool.DruidDataSource
4
    url: jdbc:oracle:thin:@databaseServer:30100:orcl
5 6
    username: system_local
    password: c3lzdGVtX2xvY2Fs
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