Initial commit

This commit is contained in:
dahoud
2025-10-01 01:37:34 +00:00
commit f2bb633142
310 changed files with 86051 additions and 0 deletions

14
.env Normal file
View File

@@ -0,0 +1,14 @@
# Configuration JWT (OBLIGATOIRE)
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_GENERATION=drop-and-create
DB_LOG_SQL=true
DB_SHOW_SQL=true
# Configuration application
QUARKUS_PROFILE=dev
QUARKUS_LOG_LEVEL=INFO