From a0b9e63dd564b2972ce285c45c3770f13eb3f601 Mon Sep 17 00:00:00 2001 From: "Michael G. Noll" Date: Mon, 6 May 2024 19:41:23 +0200 Subject: [PATCH] Docs --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ca2a3f9..2edd5d4 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,5 @@ +# `quarkus.http.port` must match `APP_PORT` in `.env`. quarkus.http.port=8123 + quarkus.banner.enabled=false quarkus.package.jar.type=uber-jar