Skip to content

Commit

Permalink
Merge pull request quarkusio#40467 from Eng-Fouad/quarkusio#40463
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier authored May 6, 2024
2 parents 558774b + 67e98df commit 0eb9621
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ public class HttpConfiguration {
* Defaulting to 0.0.0.0 makes it easier to deploy Quarkus to container, however it
* is not suitable for dev/test mode as other people on the network can connect to your
* development machine.
* <p>
* As an exception, when running in Windows Subsystem for Linux (WSL), the HTTP host
* defaults to 0.0.0.0 even in dev/test mode since using localhost makes the application
* inaccessible.
*/
@ConfigItem
public String host;
Expand Down

0 comments on commit 0eb9621

Please sign in to comment.