Nettoyage

This commit is contained in:
2026-04-21 06:57:00 +02:00
parent abb3081294
commit 344013fb5c
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# Configuration de test avec PostgreSQL
spring.datasource.url=jdbc:postgresql://localhost:5432/loremind_test
spring.datasource.username=ietm64
spring.datasource.password=REDACTED
spring.datasource.url=${SPRING_DATASOURCE_URL:jdbc:postgresql://localhost:5432/loremind_test}
spring.datasource.username=${SPRING_DATASOURCE_USERNAME:loremind}
spring.datasource.password=${SPRING_DATASOURCE_PASSWORD:}
spring.datasource.driver-class-name=org.postgresql.Driver
# Configuration JPA pour les tests

View File

@@ -610,8 +610,8 @@ LoreMind/
### Base de données PostgreSQL
- URL : jdbc:postgresql://localhost:5432/loremind
- Username : ietm64
- Password : REDACTED
- Username : (voir .env local)
- Password : (voir .env local)
### Serveurs
- Backend Java : http://localhost:8080