|
@ -0,0 +1,121 @@
|
|
|
spring:
|
|
|
datasource:
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
max-active: 20
|
|
|
max-idle: 8
|
|
|
min-idle: 8
|
|
|
validation-query: SELECT 1
|
|
|
test-on-borrow: true
|
|
|
|
|
|
elasticsearch:
|
|
|
pool:
|
|
|
init-size: 5
|
|
|
max-size: 10
|
|
|
|
|
|
hadoop:
|
|
|
hbase-properties:
|
|
|
hbase.zookeeper.property.clientPort: 2181
|
|
|
zookeeper.znode.parent: /hbase-unsecure
|
|
|
user:
|
|
|
name: root
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: dev
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: chenweishan
|
|
|
password: chenweishan
|
|
|
data:
|
|
|
solr:
|
|
|
zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com:2181/solr
|
|
|
elasticsearch:
|
|
|
cluster-name: elasticsearch
|
|
|
cluster-nodes: 172.19.103.9:9300
|
|
|
hadoop:
|
|
|
hbase-properties:
|
|
|
hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
|
|
|
---
|
|
|
spring:
|
|
|
profiles: test
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: chenweishan
|
|
|
password: chenweishan
|
|
|
data:
|
|
|
solr:
|
|
|
zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com:2181/solr
|
|
|
elasticsearch:
|
|
|
cluster-name: elasticsearch
|
|
|
cluster-nodes: 172.19.103.9:9300
|
|
|
hadoop:
|
|
|
hbase-properties:
|
|
|
hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: prod_fz
|
|
|
datasource:
|
|
|
url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: healthcloud
|
|
|
password: GP8Qz4qU
|
|
|
data:
|
|
|
solr:
|
|
|
zk-host: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com:2181/solr
|
|
|
elasticsearch:
|
|
|
cluster-name: elasticsearch
|
|
|
cluster-nodes: 11.1.2.3:9300
|
|
|
hadoop:
|
|
|
hbase-properties:
|
|
|
hbase.zookeeper.quorum: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: prod_sr
|
|
|
datasource:
|
|
|
url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: healthcloud
|
|
|
password: GP8Qz4qU
|
|
|
data:
|
|
|
solr:
|
|
|
zk-host: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com:2181/solr
|
|
|
elasticsearch:
|
|
|
cluster-name: elasticsearch
|
|
|
cluster-nodes: 10.176.97.7:9300
|
|
|
hadoop:
|
|
|
hbase-properties:
|
|
|
hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: prod_fzzy
|
|
|
datasource:
|
|
|
url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: healthcloud
|
|
|
password: GP8Qz4qU
|
|
|
data:
|
|
|
solr:
|
|
|
zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com:2181/solr
|
|
|
elasticsearch:
|
|
|
cluster-name: elasticsearch
|
|
|
cluster-nodes: 100.100.1.158:9300
|
|
|
hadoop:
|
|
|
hbase-properties:
|
|
|
hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: prod_srformal
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: healthcloud
|
|
|
password: GP8Qz4qU
|
|
|
data:
|
|
|
solr:
|
|
|
zk-host: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com:2181/solr
|
|
|
elasticsearch:
|
|
|
cluster-name: elasticsearch
|
|
|
cluster-nodes: 192.168.220.92:9300
|
|
|
hadoop:
|
|
|
hbase-properties:
|
|
|
hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com
|