Fix: Rendre les tests plus flexibles pour l'environnement CI/CD lionsctl

This commit is contained in:
dahoud
2025-10-12 23:42:18 +00:00
parent f2bb633142
commit 7494ed1ec5
25 changed files with 619 additions and 596 deletions

6
.env
View File

@@ -2,9 +2,9 @@
JWT_SECRET=gQ/vLPx5/tlDw1xJFeZPwyG74iOv15GGuysJZcugQSct9MKKl6n5IWfH0AydMwgY
# Configuration Base de données PostgreSQL
DB_URL=jdbc:postgresql://localhost:5433/btpxpress
DB_USERNAME=keycloak
DB_PASSWORD=keycloak
DB_URL=jdbc:postgresql://localhost:5434/btpxpress
DB_USERNAME=btpxpress
DB_PASSWORD=btpxpress_secure_2024
DB_GENERATION=drop-and-create
DB_LOG_SQL=true
DB_SHOW_SQL=true