修好正式环境连接字符
This commit is contained in:
parent
966172ea0f
commit
f5ac33e28b
@ -12,7 +12,7 @@
|
|||||||
"HangfireDB": "13"
|
"HangfireDB": "13"
|
||||||
},
|
},
|
||||||
"Kafka": {
|
"Kafka": {
|
||||||
"BootstrapServers": "192.168.1.9:29092,192.168.1.9:39092,192.168.1.9:49092",
|
"BootstrapServers": "121.42.175.177:16392,121.42.175.177:16393,121.42.175.177:16394",
|
||||||
"EnableFilter": true,
|
"EnableFilter": true,
|
||||||
"EnableAuthorization": false,
|
"EnableAuthorization": false,
|
||||||
"SecurityProtocol": "SaslPlaintext",
|
"SecurityProtocol": "SaslPlaintext",
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"IoTDBOptions": {
|
"IoTDBOptions": {
|
||||||
"UserName": "root",
|
"UserName": "root",
|
||||||
"Password": "root",
|
"Password": "root",
|
||||||
"ClusterList": [ "192.168.1.9:6667" ],
|
"ClusterList": [ "121.42.175.177:16667" ],
|
||||||
"PoolSize": 2,
|
"PoolSize": 2,
|
||||||
"DataBaseName": "energy",
|
"DataBaseName": "energy",
|
||||||
"OpenDebugMode": true,
|
"OpenDebugMode": true,
|
||||||
@ -45,20 +45,20 @@
|
|||||||
},
|
},
|
||||||
"Nodes": [
|
"Nodes": [
|
||||||
{
|
{
|
||||||
"Host": "192.168.1.9",
|
"Host": "121.42.175.177",
|
||||||
"Port": 9042,
|
"Port": 19042,
|
||||||
"DataCenter": "dc1",
|
"DataCenter": "dc1",
|
||||||
"Rack": "RAC1"
|
"Rack": "RAC1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Host": "192.168.1.9",
|
"Host": "121.42.175.177",
|
||||||
"Port": 9043,
|
"Port": 19043,
|
||||||
"DataCenter": "dc1",
|
"DataCenter": "dc1",
|
||||||
"Rack": "RAC2"
|
"Rack": "RAC2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Host": "192.168.1.9",
|
"Host": "121.42.175.177",
|
||||||
"Port": 9044,
|
"Port": 19044,
|
||||||
"DataCenter": "dc1",
|
"DataCenter": "dc1",
|
||||||
"Rack": "RAC2"
|
"Rack": "RAC2"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user