Refactoring
This commit is contained in:
@@ -10,6 +10,18 @@
|
|||||||
# Permet d'accéder à l'API via https://api.lions.dev/afterwork
|
# Permet d'accéder à l'API via https://api.lions.dev/afterwork
|
||||||
quarkus.http.root-path=/afterwork
|
quarkus.http.root-path=/afterwork
|
||||||
|
|
||||||
|
# ====================================================================
|
||||||
|
# Swagger/OpenAPI (Production)
|
||||||
|
# ====================================================================
|
||||||
|
# Configuration pour que Swagger UI fonctionne avec root-path
|
||||||
|
quarkus.swagger-ui.enable=true
|
||||||
|
quarkus.swagger-ui.always-include=true
|
||||||
|
quarkus.swagger-ui.path=/q/swagger-ui
|
||||||
|
# Configuration explicite de l'URL OpenAPI pour Swagger UI
|
||||||
|
# Avec root-path=/afterwork, l'OpenAPI spec est à /afterwork/openapi
|
||||||
|
quarkus.swagger-ui.urls.default=/afterwork/openapi
|
||||||
|
quarkus.smallrye-openapi.path=/openapi
|
||||||
|
|
||||||
# ====================================================================
|
# ====================================================================
|
||||||
# Base de données PostgreSQL
|
# Base de données PostgreSQL
|
||||||
# ====================================================================
|
# ====================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user