Commit ac8a0a9d by chenweisong

更新

parent 74b4c014
eureka:
client:
healthcheck:
enabled: true
registryFetchIntervalSeconds: 5
region: default
serviceUrl:
defaultZone: http://192.168.0.240:8081/eureka/
enabled: true
instance:
prefer-ip-address: false
hostname: 192.168.0.48
hystrix:
  command:
   default:
    execution:
     isolation:
      thread:
       timeoutInMilliseconds: 60000
spring:
application:
name: dataCollector
jpa:
show-sql: false
database-platform: org.hibernate.dialect.MySQL5Dialect
hibernate:
ddl-auto: update
datasource:
url: jdbc:mysql://192.168.0.192:3306/cmb_dev?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
username: test
password: test
hikari:
maximum-pool-size: 3
servlet:
multipart:
max-file-size: 20Mb
max-request-size: 100Mb
redis:
host: 192.168.0.192
port: 6379
session:
store-type: redis
redis:
namespace: cmb_dev
activiti:
check-process-definitions: false #关闭验证自动部署
server:
port: 8110
app:
active-process: MoreSubProcessStandard.bpmn
swagger2:
host: http://192.168.0.240:8762/api/datacollector
security:
authUser: root
authPwd: pwd
permit: false
\ No newline at end of file
......@@ -9,7 +9,7 @@ eureka:
enabled: true
instance:
prefer-ip-address: false
hostname: 192.168.0.68
hostname: 192.168.0.48
hystrix:
  command:
......@@ -53,7 +53,7 @@ app:
active-process: MoreSubProcessStandard.bpmn
swagger2:
host: localhost:8110
host: http://192.168.0.240:8762/api/datacollector
security:
authUser: root
......
spring:
profiles:
active: ${spring.profiles.active:prd}
\ No newline at end of file
active: ${spring.profiles.active:test}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment