OCI object storage api fehler behoben

This commit is contained in:
2026-04-22 15:25:24 +02:00
parent aa0ed5d763
commit 1c303f1376
6 changed files with 36 additions and 31 deletions

View File

@@ -39,7 +39,7 @@ galabau.oci.fingerprint=${OCI_FINGERPRINT}
# Base-URL bis einschließlich Modul-Pfad, z.B. https://apex.example.com/ords/myschema/auto_import
galabau.ords.base-url=${GALABAU_ORDS_BASE_URL}
galabau.ords.api-key=${GALABAU_ORDS_API_KEY}
# MicroProfile REST Client liest die URL aus dieser Property:
# MicroProfile REST Client liest die URL aus dieser Property. Das hier ist eine einfache weiterleitung auf die env variable GALABAU_ORDS_BASE_URL (s.o.)
quarkus.rest-client.ords-client.url=${galabau.ords.base-url}
# ===== Observability =====