域名相关表去掉is_accessible字段
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#datasource
|
||||
spring.datasource.url=jdbc:mysql://192.168.44.12:3306/efo?useUnicode=true&characterEncoding=utf-8&useSSL=true
|
||||
spring.datasource.url=jdbc:mysql://192.168.45.102:3306/web_sketch_v2?useUnicode=true&characterEncoding=utf-8&useSSL=true
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=galaxy2019
|
||||
|
||||
@@ -7,7 +7,7 @@ spring.datasource.password=galaxy2019
|
||||
query.output.dir = c:\\test\\output_file
|
||||
|
||||
# offline读取批处理量
|
||||
query.readin.batch = 1
|
||||
query.readin.batch = 10000
|
||||
|
||||
# 打印进度日志的查询条数
|
||||
query.log.file.line.interval = 10000
|
||||
@@ -17,6 +17,7 @@ database = web_sketch_v2
|
||||
db.query.batch.size = 10000
|
||||
|
||||
###################### api #########################
|
||||
query.isLocal=true
|
||||
##### bright cloud #######
|
||||
bright-cloud.oemid = GeedgeNet
|
||||
bright-cloud.deviceid = TSG-Dev
|
||||
@@ -45,5 +46,5 @@ chinaz.usereport-filepath = chinaz_query_count.csv
|
||||
#顶级域名
|
||||
sketch.tld.file = public_suffix_list_only.dat
|
||||
|
||||
sketch.home.path=C:\\test
|
||||
sketch.home.path=/home/test/sketch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user