Skip to content

Commit

Permalink
Fixes #77
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Oct 15, 2014
1 parent 3fd09c2 commit b62ec32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public boolean enablePong(){
public final static class Builder {
private final List<String> paths = new ArrayList<String>();
private String atmosphereDotXmlPath = AtmosphereFramework.DEFAULT_ATMOSPHERE_CONFIG_PATH;
private String host = "localhost";
private String host = "0.0.0.0";
private int port = 8080;
private final Map<String, String> initParams = new HashMap<String, String>();
private final Map<String, AtmosphereHandler> handlers = new HashMap<String, AtmosphereHandler>();
Expand Down

0 comments on commit b62ec32

Please sign in to comment.