Pārlūkot izejas kodu

去除mysql配置

laz 8 gadi atpakaļ
vecāks
revīzija
d2f58ba0ab
1 mainītis faili ar 0 papildinājumiem un 26 dzēšanām
  1. 0 26
      svr-pack-mgr.yml

+ 0 - 26
svr-pack-mgr.yml

@ -34,22 +34,10 @@ spring:
      max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
      max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
      min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
      min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    max-active: 20
    max-idle: 8
    min-idle: 8
    validation-query: SELECT 1
    test-on-borrow: true
---
---
spring:
spring:
  profiles: dev
  profiles: dev
  datasource:
    url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: ha
    password: ha
  redis:
  redis:
    host: 192.168.1.220 # Redis server host.
    host: 192.168.1.220 # Redis server host.
@ -69,10 +57,6 @@ fast-dfs:
spring:
spring:
  profiles: alpha
  profiles: alpha
  datasource:
    url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: ha
    password: ha
  redis:
  redis:
    host: 192.168.1.220 # Redis server host.
    host: 192.168.1.220 # Redis server host.
@ -93,11 +77,6 @@ fast-dfs:
spring:
spring:
  profiles: test
  profiles: test
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: weifuwu
    password: weifuwu
  redis:
  redis:
    host: 172.19.103.47 # Redis server host.
    host: 172.19.103.47 # Redis server host.
@ -115,11 +94,6 @@ fast-dfs:
spring:
spring:
  profiles: prod
  profiles: prod
  datasource:
    url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: ha
    password: jkzlxm
  redis:
  redis:
    host: 11.1.2.20 # Redis server host.
    host: 11.1.2.20 # Redis server host.