|
@ -44,6 +44,8 @@ hadoop:
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 172.19.103.13:22122
|
|
tracker-server: 172.19.103.13:22122
|
|
public-server: http://172.19.103.52:80
|
|
public-server: http://172.19.103.52:80
|
|
|
|
eip:
|
|
|
|
tenant: jkzl
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
@ -60,6 +62,9 @@ spring:
|
|
hadoop:
|
|
hadoop:
|
|
hbase-properties:
|
|
hbase-properties:
|
|
- hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
|
|
- hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
|
|
|
|
eip:
|
|
|
|
tenant: jkzl
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: test
|
|
profiles: test
|
|
@ -79,11 +84,14 @@ hadoop:
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 172.19.103.13:22122
|
|
tracker-server: 172.19.103.13:22122
|
|
public-server: http://172.19.103.52:80
|
|
public-server: http://172.19.103.52:80
|
|
|
|
eip:
|
|
|
|
tenant: jkzl
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: prod
|
|
profiles: prod
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
|
|
url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
username: ha
|
|
username: ha
|
|
password: jkzlxm
|
|
password: jkzlxm
|
|
redis:
|
|
redis:
|
|
@ -99,12 +107,14 @@ hadoop:
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 172.19.103.13:22122
|
|
tracker-server: 172.19.103.13:22122
|
|
public-server: http://172.19.103.52:80
|
|
public-server: http://172.19.103.52:80
|
|
|
|
eip:
|
|
|
|
tenant: jkzl
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: prod_fz
|
|
profiles: prod_fz
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://192.168.135.39:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
|
|
url: jdbc:mysql://192.168.135.39:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
username: sr_healtharchive
|
|
username: sr_healtharchive
|
|
password: data!@)1
|
|
password: data!@)1
|
|
redis:
|
|
redis:
|
|
@ -122,13 +132,14 @@ hadoop:
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 192.168.135.42:22122
|
|
tracker-server: 192.168.135.42:22122
|
|
public-server: http://192.168.135.42:22122
|
|
public-server: http://192.168.135.42:22122
|
|
|
|
|
|
|
|
eip:
|
|
|
|
tenant: jkzl
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: prod_sr
|
|
profiles: prod_sr
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
|
|
url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
username: healthcloud
|
|
username: healthcloud
|
|
password: GP8Qz4qU
|
|
password: GP8Qz4qU
|
|
redis:
|
|
redis:
|
|
@ -145,4 +156,6 @@ hadoop:
|
|
|
|
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 10.176.97.5:22122
|
|
tracker-server: 10.176.97.5:22122
|
|
public-server: http://10.176.97.5:8888
|
|
|
|
|
|
public-server: http://10.176.97.5:8888
|
|
|
|
eip:
|
|
|
|
tenant: jkzl
|