gitshark

Clone repository

git clone https://gitshark.de/git/workaround/Gitshark.git
git clone git@gitshark.de:workaround/Gitshark.git

← Commits

🔧 (prod): Enabled management for health checks

68ef9e21191ae698d94efdef38313529f63fbf89 · Miggi · 2026-07-08T15:11:25Z

Changes

1 file changed, +3 -0

MODIFY src/main/resources/application.properties +3 -0
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index b281771..b2e1b0c 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -7,6 +7,9 @@
7 7 quarkus.hibernate-orm.schema-management.strategy=validate
8 8 quarkus.hibernate-orm.physical-naming-strategy=org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
9 9
10 +# Health
11 +%prod.quarkus.management.enabled=true
12 +
10 13 # OIDC: dev/test use Keycloak Dev Services.
11 14 # Production supplies QUARKUS_OIDC_AUTH_SERVER_URL / _CLIENT_ID / _CREDENTIALS_SECRET via environment.
12 15 # Keycloak Dev Services on macOS/Docker Desktop: the host->container hop is classified as "external",

Keyboard shortcuts

?Show this help
g hGo home
EscClose dialog