mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
update default repo url in grafana-cli
This commit is contained in:
parent
f27ce7e1e4
commit
776af45c09
@ -38,7 +38,7 @@ func main() {
|
|||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "repo",
|
Name: "repo",
|
||||||
Usage: "url to the plugin repository",
|
Usage: "url to the plugin repository",
|
||||||
Value: "https://grafana-net.raintank.io/api/plugins",
|
Value: "https://grafana.net/api/plugins",
|
||||||
EnvVar: "GF_PLUGIN_REPO",
|
EnvVar: "GF_PLUGIN_REPO",
|
||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
|
Loading…
Reference in New Issue
Block a user