Refactoring von Configs in zentralen config Ordner
This commit is contained in:
@@ -18,7 +18,7 @@ import java.util.Map;
|
||||
* REST-Endpunkt für den Dateieingang-Trigger.
|
||||
* Wird von der APEX Automation stündlich per HTTP POST aufgerufen (fire & forget).
|
||||
*/
|
||||
@Path("/api/process-incoming")
|
||||
@Path("/api/process-incoming-ba-korrespondenz")
|
||||
@ApplicationScoped
|
||||
public class FileProcessingResource {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package de.galabau.dateieingang.sftp;
|
||||
package de.galabau.dateieingang.config;
|
||||
|
||||
import io.smallrye.config.ConfigMapping;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package de.galabau.dateieingang.sftp;
|
||||
|
||||
import de.galabau.dateieingang.config.SftpConfig;
|
||||
import de.galabau.dateieingang.exception.SftpException;
|
||||
import io.quarkus.logging.Log;
|
||||
import jakarta.annotation.PostConstruct;
|
||||
|
||||
@@ -37,8 +37,8 @@ galabau.sftp.local-work-dir=/tmp/sftp-work
|
||||
|
||||
# ===== Observability =====
|
||||
%prod.quarkus.otel.exporter.otlp.endpoint=${OTEL_EXPORTER_OTLP_ENDPOINT:http://localhost:4317}
|
||||
%dev.quarkus.observability.lgtm.grafana-port=3000
|
||||
%dev.quarkus.observability.lgtm.otel-grpc-port=4317
|
||||
%dev.quarkus.otel.logs.enabled=true
|
||||
#%dev.quarkus.observability.lgtm.grafana-port=3000
|
||||
#%dev.quarkus.observability.lgtm.otel-grpc-port=4317
|
||||
quarkus.otel.logs.enabled=true
|
||||
#%prod.quarkus.otel.logs.enabled=true
|
||||
%prod.quarkus.log.console.json=true
|
||||
#%prod.quarkus.log.console.json=true
|
||||
|
||||
Reference in New Issue
Block a user