Initial commit
This commit is contained in:
14
.env
Normal file
14
.env
Normal 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
|
||||
Reference in New Issue
Block a user