Skip to content

Commit

Permalink
cmd: update default registry base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dobarx committed Mar 3, 2024
1 parent d260128 commit 2d3ab7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/evaluator.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func NewEvaluator() *Evaluator {
return &Evaluator{
Config: &definitions.GlobalConfig{
PluginRegistry: &definitions.PluginRegistry{
BaseURL: "http://localhost:8080",
BaseURL: "https://registry.blackstork.io",
MirrorDir: "",
},
CacheDir: ".fabric",
Expand Down

0 comments on commit 2d3ab7e

Please sign in to comment.