13 changed files with 82 additions and 22 deletions
@ -0,0 +1,38 @@ |
|||||
|
server: |
||||
|
port: 7081 |
||||
|
servlet: |
||||
|
context-path: |
||||
|
spring: |
||||
|
snowflake: |
||||
|
datacenterId: 2 |
||||
|
workerId: 2 |
||||
|
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: |
spring: |
||||
profiles: |
profiles: |
||||
active: common |
active: prod |
||||
include: common, util-common |
include: common, util-prod |
||||
|
@ -1,4 +1,4 @@ |
|||||
spring: |
spring: |
||||
profiles: |
profiles: |
||||
active: dev |
active: prod |
||||
include: util-dev,common |
include: util-prod,common |
Loading…
Reference in new issue