diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 07fc487..0a7fb2b 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -19,7 +19,7 @@ quarkus.hibernate-orm.log.bind-parameters=false # Serveur HTTP quarkus.http.port=${SERVER_PORT:8080} quarkus.http.host=0.0.0.0 -quarkus.http.root-path=/btpxpress +# Note: root-path removed - Ingress handles /btpxpress routing with rewrite-target # CORS Configuration pour production quarkus.http.cors=true