|
@ -1,6 +1,5 @@
|
|
server:
|
|
server:
|
|
port: ${svr-basic.server.port}
|
|
|
|
|
|
|
|
|
|
port: 10030
|
|
info:
|
|
info:
|
|
app:
|
|
app:
|
|
name: SVR-BASIC
|
|
name: SVR-BASIC
|
|
@ -59,9 +58,62 @@ hadoop:
|
|
spring:
|
|
spring:
|
|
profiles: dev
|
|
profiles: dev
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
username: chenweishan
|
|
|
|
password: chenweishan
|
|
|
|
|
|
url: jdbc:mysql://172.26.0.104:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
username: ssgg
|
|
|
|
password: ssgg@jkzl2019
|
|
|
|
# -- unknown use --
|
|
|
|
ldap:
|
|
|
|
host: 172.19.103.87
|
|
|
|
port: 389
|
|
|
|
bindDn: cn=admin,dc=ehr,dc=jkzl
|
|
|
|
password: jkzl
|
|
|
|
root: dc=ehr,dc=jkzl
|
|
|
|
# -- unknown use --
|
|
|
|
redis:
|
|
|
|
host: 172.26.0.253
|
|
|
|
port: 6379
|
|
|
|
password:
|
|
|
|
data:
|
|
|
|
mongodb:
|
|
|
|
host: 192.168.1.220
|
|
|
|
port: 27017
|
|
|
|
username: admin
|
|
|
|
password: admin
|
|
|
|
authenticationDatabase: admin
|
|
|
|
database: ehr
|
|
|
|
solr:
|
|
|
|
zk-host: jkzl-node1:2181/solr
|
|
|
|
elasticsearch:
|
|
|
|
jest:
|
|
|
|
uris: http://172.26.0.15:9200
|
|
|
|
fast-dfs:
|
|
|
|
tracker-server: 172.26.0.200:22122
|
|
|
|
public-server: http://172.26.0.200:80
|
|
|
|
es:
|
|
|
|
index: wlyy_quota_test
|
|
|
|
type: wlyy_quota_test
|
|
|
|
host: http://172.26.0.15:9200
|
|
|
|
tHost: 172.26.0.15:9300
|
|
|
|
clusterName: jkzl
|
|
|
|
h5:
|
|
|
|
secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
|
|
|
|
appId: 9000401
|
|
|
|
clientId: WYo0l73F8e
|
|
|
|
#福州总部网关参数配置
|
|
|
|
fz-gateway:
|
|
|
|
url: http://172.26.0.125:10001/fzGateway/WSGW/rest
|
|
|
|
clientId: 9000401
|
|
|
|
clientVersion: 1.0
|
|
|
|
secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
|
|
|
|
handlerId: 50871
|
|
|
|
|
|
|
|
---
|
|
|
|
spring:
|
|
|
|
profiles: prod
|
|
|
|
datasource:
|
|
|
|
url: jdbc:mysql://172.26.0.125:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
username: ssgg
|
|
|
|
password: ssgg@jkzl2019
|
|
# -- unknown use --
|
|
# -- unknown use --
|
|
ldap:
|
|
ldap:
|
|
host: 172.19.103.87
|
|
host: 172.19.103.87
|
|
@ -71,9 +123,9 @@ spring:
|
|
root: dc=ehr,dc=jkzl
|
|
root: dc=ehr,dc=jkzl
|
|
# -- unknown use --
|
|
# -- unknown use --
|
|
redis:
|
|
redis:
|
|
host: 172.19.103.47 # Redis server host.
|
|
|
|
|
|
host: 172.26.0.253 # Redis server host.
|
|
port: 6379
|
|
port: 6379
|
|
password: redis!@456
|
|
|
|
|
|
password:
|
|
data:
|
|
data:
|
|
mongodb:
|
|
mongodb:
|
|
host: 192.168.1.220
|
|
host: 192.168.1.220
|
|
@ -83,18 +135,18 @@ spring:
|
|
authenticationDatabase: admin
|
|
authenticationDatabase: admin
|
|
database: ehr
|
|
database: ehr
|
|
solr:
|
|
solr:
|
|
zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com:2181/solr
|
|
|
|
|
|
zk-host: jkzl-node1:2181/solr
|
|
elasticsearch:
|
|
elasticsearch:
|
|
jest:
|
|
jest:
|
|
uris: http://172.19.103.68:9200
|
|
|
|
|
|
uris: http://172.26.0.15:9200
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 172.19.103.13:22122
|
|
|
|
public-server: http://172.19.103.52:80
|
|
|
|
|
|
tracker-server: 172.26.0.200:22122
|
|
|
|
public-server: http://172.26.0.200:80
|
|
es:
|
|
es:
|
|
index: wlyy_quota_test
|
|
index: wlyy_quota_test
|
|
type: wlyy_quota_test
|
|
type: wlyy_quota_test
|
|
host: http://172.19.103.68:9200
|
|
|
|
tHost: 172.19.103.68:9300
|
|
|
|
|
|
host: http://172.26.0.15:9200
|
|
|
|
tHost: 172.26.0.15:9300
|
|
clusterName: jkzl
|
|
clusterName: jkzl
|
|
h5:
|
|
h5:
|
|
secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
|
|
secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
|
|
@ -109,4 +161,4 @@ fz-gateway:
|
|
handlerId: 50871
|
|
handlerId: 50871
|
|
hadoop:
|
|
hadoop:
|
|
hbase-properties:
|
|
hbase-properties:
|
|
hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
|
|
|
|
|
|
hbase.zookeeper.quorum: jkzl-node1,jkzl-node2,jkzl-node3
|