Refactoring - Version OK
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# Configuration UnionFlow Client - Profil Développement
|
||||
# Ce fichier est chargé automatiquement quand le profil 'dev' est actif
|
||||
|
||||
# Configuration logging pour développement
|
||||
quarkus.log.category."dev.lions.unionflow".level=DEBUG
|
||||
quarkus.log.category."jakarta.faces".level=INFO
|
||||
quarkus.log.category."org.apache.myfaces".level=INFO
|
||||
quarkus.log.category."org.primefaces".level=INFO
|
||||
|
||||
# Configuration MyFaces pour développement
|
||||
quarkus.myfaces.project-stage=Development
|
||||
quarkus.live-reload.instrumentation=true
|
||||
|
||||
# Configuration Keycloak pour développement
|
||||
%dev.quarkus.oidc.enabled=true
|
||||
%dev.quarkus.oidc.tls.verification=none
|
||||
%dev.quarkus.oidc.authentication.redirect-path=/auth/callback
|
||||
# %dev.quarkus.oidc.authentication.force-redirect-https=false # Not supported in this Quarkus version
|
||||
%dev.quarkus.security.auth.enabled=true
|
||||
|
||||
# Secret Keycloak pour développement (UNIQUEMENT pour dev local)
|
||||
# ⚠️ ATTENTION: Ne jamais commiter ce secret en production
|
||||
# En production, utiliser la variable d'environnement KEYCLOAK_CLIENT_SECRET
|
||||
%dev.quarkus.oidc.credentials.secret=${KEYCLOAK_CLIENT_SECRET:7dnWMwlabtoyp08F6FIuDxzDPE5VdUF6}
|
||||
|
||||
# Logging OIDC pour debug
|
||||
%dev.quarkus.log.category."io.quarkus.oidc".level=DEBUG
|
||||
%dev.quarkus.log.category."io.vertx.ext.auth.oidc".level=DEBUG
|
||||
%dev.quarkus.log.category."io.quarkus.security".level=DEBUG
|
||||
Reference in New Issue
Block a user