update hub URL
This commit is contained in:
parent
8311b1d01f
commit
c0d97bb180
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ var ItemTypes = []string{PARSERS, PARSERS_OVFLW, SCENARIOS, COLLECTIONS, DATA_FI
|
||||||
|
|
||||||
var hubIdx map[string]map[string]Item
|
var hubIdx map[string]map[string]Item
|
||||||
|
|
||||||
var RawFileURLTemplate = "https://hub-cdn.crowdsec.net/%s/%s"
|
var RawFileURLTemplate = "https://raw.githubusercontent.com/crowdsecurity/hub/%s/%s"
|
||||||
var HubBranch = "master"
|
var HubBranch = "master"
|
||||||
var HubIndexFile = ".index.json"
|
var HubIndexFile = ".index.json"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue