Skip to content

Commit

Permalink
Merge pull request #32205 from vespa-engine/mortent/update-api-endpoint
Browse files Browse the repository at this point in the history
Update api endpoint
  • Loading branch information
tokle authored Aug 22, 2024
2 parents 8649e68 + 1e5ece4 commit 5d7c3d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public abstract class AbstractVespaMojo extends AbstractMojo {
@Parameter(defaultValue = "${project}", readonly = true)
protected MavenProject project;

@Parameter(property = "endpoint", defaultValue = "https://api.vespa-external.aws.oath.cloud:4443")
@Parameter(property = "endpoint", defaultValue = "https://api-ctl.vespa-cloud.com:4443")
protected String endpoint;

@Parameter(property = "tenant")
Expand Down

0 comments on commit 5d7c3d4

Please sign in to comment.