3 changed files with 71 additions and 0 deletions
@ -0,0 +1,35 @@ |
|||
server: |
|||
port: 7080 |
|||
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 |
@ -0,0 +1,35 @@ |
|||
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 |
Loading…
Reference in new issue