79463689

Date: 2025-02-24 13:33:43
Score: 1.5
Natty:
Report link

Regarding Quarkus.io/guides/all-config : https://quarkus.io/guides/all-config#quarkus-vertx-http_quarkus-http-host

In dev/test mode this defaults to localhost, in prod mode this defaults to 0.0.0.0 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.

It means that even if it displays "Listening on: http://localhost:9080", Quarkus actually binds all interfaces

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nayboko