This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
wanglihui-ip-learning-graph/IP-learning-graph/src/main/resources/application.properties

28 lines
622 B
Properties
Raw Normal View History

2020-06-28 18:20:38 +08:00
#arangoDB参数配置
#arangoDB.host=192.168.40.182
arangoDB.host=192.168.40.224
2020-06-28 18:20:38 +08:00
arangoDB.port=8529
2020-08-05 14:09:39 +08:00
arangoDB.user=upsert
arangoDB.password=ceiec2018
arangoDB.DB.name=ip-learning-test
2020-08-05 14:09:39 +08:00
#arangoDB.DB.name=tsg_galaxy_v3
2020-06-28 18:20:38 +08:00
arangoDB.batch=100000
arangoDB.ttl=3600
2020-08-05 14:09:39 +08:00
arangoDB.read.limit=limit 100
2020-06-28 18:20:38 +08:00
update.arango.batch=10000
thread.pool.number=10
thread.await.termination.time=10
#读取clickhouse时间范围方式0读取过去一小时1指定时间范围
2020-08-05 14:09:39 +08:00
time.limit.type=0
read.clickhouse.max.time=1595833062
read.clickhouse.min.time=1595833060
update.interval=3600
distinct.client.ip.num=10000
recent.count.hour=24