15 changed files with 49 additions and 60 deletions
@ -1,35 +0,0 @@ |
|||
server: |
|||
port: 7081 |
|||
servlet: |
|||
context-path: |
|||
spring: |
|||
application: |
|||
name: health |
|||
datasource: |
|||
type: com.alibaba.druid.pool.DruidDataSource |
|||
rabbitmq: |
|||
host: api.ccsens.com |
|||
password: 111111 |
|||
port: 5672 |
|||
username: admin |
|||
redis: |
|||
database: 0 |
|||
host: 127.0.0.1 |
|||
jedis: |
|||
pool: |
|||
max-active: 200 |
|||
max-idle: 10 |
|||
max-wait: -1ms |
|||
min-idle: 0 |
|||
password: '' |
|||
port: 6379 |
|||
timeout: 1000ms |
|||
swagger: |
|||
enable: false |
|||
eureka: |
|||
instance: |
|||
ip-address: 192.144.182.42 |
|||
file: |
|||
path: /home/cloud/health/uploads/ |
|||
domain: https://sd.tall.com/gateway/health/ |
|||
imgDomain: https://sd.tall.com/gateway/health/uploads |
@ -1,4 +1,4 @@ |
|||
spring: |
|||
profiles: |
|||
active: test |
|||
include: common, util-test |
|||
active: prod |
|||
include: common, util-prod |
@ -1,4 +1,4 @@ |
|||
spring: |
|||
profiles: |
|||
active: dev |
|||
include: util-dev,common |
|||
active: prod |
|||
include: util-prod,common |
Loading…
Reference in new issue