techhero-component-websocket-natived.yml 590 Bytes
Newer Older
Administrator committed
1
spring:
2 3 4 5
  security:
    user:
      name: admin
      password: 123456
Administrator committed
6 7
  datasource:
    type: com.alibaba.druid.pool.DruidDataSource
8
    url: jdbc:oracle:thin:@119.96.87.17:30100:orcl
9 10
    username: system_local
    password: c3lzdGVtX2xvY2Fs
Administrator committed
11 12 13 14 15 16 17 18 19 20 21
    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
22
  endpointHttps: https://ctyoss.chutianyun.gov.cn:10443