123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- server:
- context-path: /
- port: 7070
- session:
- timeout: 3600
- hystrix:
- command:
- default:
- execution:
- isolation:
- thread:
- timeoutInMilliseconds: 30000
- local:
- server:
- port: 7070
- spring:
- datasource:
- driver-class-name: com.mysql.jdbc.Driver
- max-active: 20
- test-on-borrow: true
- validation-query: SELECT 1
- test-while-idle: true
- max-total: 100
- default-auto-commit: true
- max-idle: 50
- min-idle: 20
- initial-size: 10
- # REDIS
- redis:
- database: 0 # Database index used by the connection factory.
- timeout: 0 # Connection timeout in milliseconds.
- pool:
- max-active: 8 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
- max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
- max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
- min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
- session:
- store-type: none
- fast-dfs:
- pool:
- init-size: 5
- max-size: 20
- wait-time: 500
- connect-timeout: 2
- network-timeout: 30
- charset: ISO8859-1
- http:
- tracker-http-port: 80
- anti-steal-token: no
- secret-key: FastDFS1234567890
- org_code: jkzl
- info:
- app:
- name: SVR-EIP-ADMIN
- version: 1.0.0
- ---
- spring:
- profiles: dev
- datasource:
- url: jdbc:mysql://172.26.0.104:3306/tenant_central?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&autoReconnect=true
- username: ssgg
- password: ssgg@jkzl2019
- # REDIS
- redis:
- host: 172.26.0.253 # Redis server host.
- port: 6379
- jpa:
- database-platform: org.hibernate.dialect.MySQL5Dialect
- hibernate:
- dialect: org.hibernate.dialect.MySQL5Dialect
- format-sql: true
- show-sql: false
- data:
- mongodb:
- host: 172.19.103.57
- port: 27017
- username: esb
- password: esb
- authenticationDatabase: admin
- gridFsDatabase: dfs
- database: runtime
- aop:
- proxy-target-class: true
- hos:
- saasAdmin: jkzl #SAAS管理员账号,暂时配置在此处
- clientId: 0e3DIdNaQ2
- zbus:
- url: 172.19.103.58:9020
- filesystem:
- url: http://172.26.0.128:9010/dfs/file
- adminOutUrl: http://172.19.103.57:7070
- fast-dfs:
- tracker-server: 172.19.103.13:22122
- public-server: http://172.19.103.52:80
- jwt:
- header: Authorization
- secret: mySecret
- expiration: 604800
- tokenHead: "Bearer "
- ---
- spring:
- profiles: test
- datasource:
- url: jdbc:mysql://172.26.0.104:3306/tenant_central?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&autoReconnect=true
- username: ssgg
- password: ssgg@jkzl2019
- # REDIS
- redis:
- host: 172.26.0.253 # Redis server host.
- port: 6379
- jpa:
- database-platform: org.hibernate.dialect.MySQL5Dialect
- hibernate:
- dialect: org.hibernate.dialect.MySQL5Dialect
- format-sql: true
- show-sql: false
- data:
- mongodb:
- host: 172.19.103.57
- port: 27017
- username: esb
- password: esb
- authenticationDatabase: admin
- gridFsDatabase: dfs
- database: runtime
- aop:
- proxy-target-class: true
- hos:
- saasAdmin: jkzl #SAAS管理员账号,暂时配置在此处
- clientId: 0e3DIdNaQ2
- zbus:
- url: 172.19.103.58:9020
- filesystem:
- url: http://172.26.0.128:9010/dfs/file
- adminOutUrl: http://172.26.0.128:7070
- fast-dfs:
- tracker-server: 172.26.0.200:22122
- public-server: http://172.26.0.200:80
- jwt:
- header: Authorization
- secret: mySecret
- expiration: 604800
- tokenHead: "Bearer "
- ---
- spring:
- profiles: prod
- datasource:
- url: jdbc:mysql://192.168.210.3:3310/tenant_central?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
- username: jkzlesb
- password: Ajch6o@Y
- # REDIS
- redis:
- host: 192.168.50.82 # Redis server host.
- port: 6379
- password: q4YaQemf
- jpa:
- database-platform: org.hibernate.dialect.MySQL5Dialect
- hibernate:
- dialect: org.hibernate.dialect.MySQL5Dialect
- format-sql: true
- show-sql: false
- data:
- mongodb:
- host: 192.168.50.26
- port: 20000
- username: jkzlesb
- password: fgu$^ezl
- authenticationDatabase: admin
- gridFsDatabase: dfs
- database: runtime
- aop:
- proxy-target-class: true
- hos:
- saasAdmin: jkzl #SAAS管理员账号,暂时配置在此处
- clientId: 0e3DIdNaQ2
- zbus:
- url: 192.168.200.62:9020
- filesystem:
- url: http://192.168.200.62:9010/dfs/file
- adminOutUrl: http://172.19.103.57:7070 # todo 改成hos-admin微服务外网地址,待确认外网地址 用于采集时,发送消息,将标准相关缓存到mongodb,目前暂时没用
- fast-dfs:
- tracker-server: 192.168.50.116:22122,192.168.50.119:22122
- public-server: http://192.168.200.66:23000
- jwt:
- header: Authorization
- secret: mySecret
- expiration: 604800
- tokenHead: "Bearer "
|