Skip to content

Commit

Permalink
Update default proxy URL (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm authored Nov 7, 2022
1 parent 2411dcb commit 1fe4a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func init() {

// The following proxy-indexer related flags are technical preview and might be removed in the future or renamed
flag.BoolVar(&featureProxyMode, "feature-proxy-mode", false, "Enable proxy mode to include packages from other endpoint (technical preview).")
flag.StringVar(&proxyTo, "proxy-to", "https://epr-snapshot.elastic.co/", "Proxy-to endpoint")
flag.StringVar(&proxyTo, "proxy-to", "https://epr.elastic.co/", "Proxy-to endpoint")
}

type Config struct {
Expand Down

0 comments on commit 1fe4a99

Please sign in to comment.