Skip to content

Commit

Permalink
Merge pull request quarkusio#1307 from gastaldi/http_fix
Browse files Browse the repository at this point in the history
Fixes quarkusio#1154, default host should be 0.0.0.0
  • Loading branch information
stuartwdouglas authored Mar 8, 2019
2 parents 6c79b50 + 1280e8a commit 7cb7653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class HttpConfig {
/**
* The HTTP host
*/
@ConfigItem(defaultValue = "localhost")
@ConfigItem(defaultValue = "0.0.0.0")
public String host;

/**
Expand Down

0 comments on commit 7cb7653

Please sign in to comment.