Skip to content

Commit

Permalink
Updating service url
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Aug 28, 2019
1 parent 06b2797 commit 0564da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/okta/maven/orgcreation/SetupMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class SetupMojo extends AbstractMojo {
* The base URL of the service used to create a new Okta account.
* This value is NOT exposed as a plugin parameter, but CAN be set using the system property {@code okta.maven.apiBaseUrl}.
*/
private String apiBaseUrl = "https://okta-org-creation-service.herokuapp.com/";
private String apiBaseUrl = "https://start.okta.dev/";

/**
* The Name / Label of the new OIDC application that will be created. If an application with the same name already
Expand Down

0 comments on commit 0564da2

Please sign in to comment.