Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Changing defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
holm committed Nov 22, 2010
1 parent bc5388c commit e4f9b0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/podio/hudson/PodioBuildNotifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,11 @@ private Integer getUserId(BaseAPI baseAPI, int spaceId, User user) {
public static final class DescriptorImpl extends
BuildStepDescriptor<Publisher> {

private String hostname = "localhost";
private String hostname = "api.podio.com";

private int port = 9090;
private int port = 443;

private boolean ssl = false;
private boolean ssl = true;

public DescriptorImpl() {
super(PodioBuildNotifier.class);
Expand Down

0 comments on commit e4f9b0c

Please sign in to comment.