diff options
| author | yinjiangyi <[email protected]> | 2021-12-19 16:23:16 +0800 |
|---|---|---|
| committer | yinjiangyi <[email protected]> | 2021-12-19 16:23:16 +0800 |
| commit | 7feb47820d8f1a7629c6bee44e379fc5757cbdb9 (patch) | |
| tree | 3b3db8618c62d8d0a755f4a8118659a582afd7d7 /target/classes/brightcloud.properties | |
| parent | f886b3443359a7d95da270fb81f3c54fa25c1886 (diff) | |
Diffstat (limited to 'target/classes/brightcloud.properties')
| -rw-r--r-- | target/classes/brightcloud.properties | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/target/classes/brightcloud.properties b/target/classes/brightcloud.properties new file mode 100644 index 0000000..11ac2c0 --- /dev/null +++ b/target/classes/brightcloud.properties @@ -0,0 +1,23 @@ +bc.oemid = GeedgeNet +bc.deviceid = TSG-Dev +bc.uid = GN0001 + +bc.api.url = https://api.bcti.brightcloud.com/1.0/url/getinfo +bc.api.method = POST +bc.api.type = url + +bc.api.name.category = getinfo +bc.api.name.reputation = getrepinfo +bc.api.name.whois = getwhoisinfo +bc.api.a1cat = 1 +# 是否默认返回信誉评分 +bc.api.reputation = 1 +# 返回json格式 +bc.api.xml = 0 + +bc.cateinfo.filepath = /home/WebSKT/Data/categoryinfo.json +# for test +#bc.cateinfo.filepath = /Users/joy/work/iie/project/cyber_narrator/App/WebSketch/QueryAgentV4/src/main/resources/categoryinfo.json + + + |
