Skip to content

Commit

Permalink
Default URL change to adapt to stand-alone deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Dec 13, 2017
1 parent 20b7373 commit 4a07048
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ public class Main {
// Configuration
public static final String ADM_USERNAME = "administrator";
public static final String ADM_PASSWORD = "5ecr3t";
private static final String DEFAULT_ENDPOINT_URL = "http://localhost:8080/midpoint/model/model-3";
private static final String DEFAULT_ENDPOINT_URL = "http://localhost:8080/model/model-3";

// Object OIDs
private static final String ROLE_PIRATE_OID = "2de6a600-636f-11e4-9cc7-3c970e467874";
Expand Down

0 comments on commit 4a07048

Please sign in to comment.