Skip to content

Commit c886894

Browse files
committed
temp storage
1 parent c3d8ea0 commit c886894

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

conf/config.properties

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ username=root
1515
password=root
1616

1717
# 时序数据库列表,使用','分隔不同实例
18-
storageEngineList=127.0.0.1#6667#iotdb#username=root#password=root#sessionPoolSize=100#dataDir=/path/to/your/data/
19-
#storageEngineList=127.0.0.1#8086#influxdb#url=http://localhost:8086/#token=your-token#organization=your-organization
18+
storageEngineList=127.0.0.1#6667#iotdb#username=root#password=root#sessionPoolSize=100#edgeName=edge1,127.0.0.1#6668#iotdb#username=root#password=root#sessionPoolSize=100#edgeName=,127.0.0.1#6669#iotdb#username=root#password=root#sessionPoolSize=100#edgeName=
19+
#storageEngineList=127.0.0.1#8086#influxdb#url=http://localhost:8086/
2020

2121
# 异步请求最大重复次数
2222
maxAsyncRetryTimes=3
@@ -34,7 +34,7 @@ replicaNum=1
3434
databaseClassNames=iotdb=cn.edu.tsinghua.iginx.iotdb.IoTDBPlanExecutor,influxdb=cn.edu.tsinghua.iginx.influxdb.InfluxDBPlanExecutor
3535

3636
# 策略类名
37-
policyClassName=cn.edu.tsinghua.iginx.policy.naive.NativePolicy
37+
policyClassName=cn.edu.tsinghua.iginx.policy.cloud.EdgeCloudCollaborationPolicy
3838

3939
# 统计信息收集类
4040
# statisticsCollectorClassName=cn.edu.tsinghua.iginx.statistics.StatisticsCollector
@@ -53,7 +53,7 @@ restIp=0.0.0.0
5353
restPort=6666
5454

5555
# 是否启用 rest 服务
56-
enableRestService=true
56+
enableRestService=false
5757

5858
# 乱序数据 margin, 单位是秒
5959
disorderMargin=10
@@ -96,10 +96,14 @@ mqtt_max_message_size=1048576
9696
####################
9797

9898
# 是否开启边云协同功能,默认关闭
99-
enable_edge_cloud_collaboration=false
99+
enable_edge_cloud_collaboration=true
100100

101101
# iginx 是否为边缘端,默认为非边缘端
102102
is_edge=false
103103

104104
# 边缘端名字,所有由边缘端写入的序列均包含该前缀;非边缘端不需要填写
105+
<<<<<<< HEAD
105106
edge_name=
107+
=======
108+
edge_name=edge2
109+
>>>>>>> temp storage

0 commit comments

Comments
 (0)