fix: Changer le port HTTP de 8081 à 8080 (alignement Kubernetes)
This commit is contained in:
@@ -24,7 +24,7 @@ jakarta.faces.VALIDATE_EMPTY_FIELDS=auto
|
|||||||
quarkus.arc.remove-unused-beans=true
|
quarkus.arc.remove-unused-beans=true
|
||||||
|
|
||||||
# Serveur HTTP
|
# Serveur HTTP
|
||||||
quarkus.http.port=8081
|
quarkus.http.port=8080
|
||||||
quarkus.http.host=0.0.0.0
|
quarkus.http.host=0.0.0.0
|
||||||
|
|
||||||
# CORS Configuration pour production
|
# CORS Configuration pour production
|
||||||
|
|||||||
Reference in New Issue
Block a user