Browse Source

20210322v1.2

sd
zy_Java 4 years ago
parent
commit
5a7ecfabff
  1. 35
      ht/src/main/resources/application-prod.yml
  2. 4
      ht/src/main/resources/application.yml

35
ht/src/main/resources/application-prod.yml

@ -7,23 +7,24 @@ spring:
name: ht name: ht
datasource: datasource:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
rabbitmq: rabbitmq:
host: 127.0.0.1 host: 127.0.0.1
password: 111111 password: 111111
port: 5672 port: 5672
username: admin username: admin
redis: redis:
database: 0 database: 0
host: 127.0.0.1 host: 127.0.0.1
jedis: jedis:
pool: pool:
max-active: 200 max-active: 200
max-idle: 10 max-idle: 10
max-wait: -1ms max-wait: -1ms
min-idle: 0 min-idle: 0
password: 'areowqr!@43ef' password: ''
port: 6379 # password: 'areowqr!@43ef'
timeout: 1000ms port: 6379
timeout: 1000ms
swagger: swagger:

4
ht/src/main/resources/application.yml

@ -1,4 +1,4 @@
spring: spring:
profiles: profiles:
active: test active: prod
include: common, util-test include: common, util-prod
Loading…
Cancel
Save