Browse Source

更新为160东江测试环境配置

dev
yfh 4 weeks ago
parent
commit
d9f234c701
  1. 22
      config.yaml

22
config.yaml

@ -1,17 +1,19 @@
pprof: pprof:
enable: false enable: false
kafka: kafka:
groupId: lucas_et_go3 groupId: consumer_group_et_go3
brokers: brokers:
- 10.8.30.142:30992 - 10.8.30.160:30992
topics: topics:
data_theme: native_theme # 输入流
data_raw: RawData data_raw: RawData
data_agg: native_agg data_agg: native_agg
# 输出流
data_theme: native_theme
alarm_iota: Alert alarm_iota: Alert
alarm_anxinyun: native_alarm alarm_anxinyun: native_alarm
redis: redis:
address: 10.8.30.142:30379 address: 10.8.30.160:30379
es: es:
enable: true enable: true
addresses: addresses:
@ -19,10 +21,10 @@ es:
user: "" user: ""
pwd: "" pwd: ""
index: index:
raw: go_native_raws raw: native_raws
vib: go_native_vbraws vib: native_vbraws
theme: go_native_themes theme: native_themes
group: go_native_group_themes group: native_group_themes
influxDB: influxDB:
enable: true enable: true
address: http://10.8.30.160:30086 address: http://10.8.30.160:30086
@ -40,7 +42,7 @@ prometheus:
push: push:
mqtt: mqtt:
enable: false enable: false
host: 10.8.30.142 host: 10.8.30.160
port: 30883 port: 30883
clientIdPrefix: push_et_go clientIdPrefix: push_et_go
kafka: kafka:
@ -53,6 +55,6 @@ master:
port: 50000 port: 50000
hostNameTag: "0" #多状态副本 master 节点的 hostName 标记 hostNameTag: "0" #多状态副本 master 节点的 hostName 标记
node: node:
remoteMasterHost: 10.8.30.110 #用于 node Register -> master remoteMasterHost: 10.8.30.104 #用于 node Register -> master
hostIpPrefix: 10.8. #多网卡筛选ip网段 hostIpPrefix: 10.8. #多网卡筛选ip网段
port: 40000 port: 40000
Loading…
Cancel
Save